多删了一行代码

This commit is contained in:
nonameShijian 2024-01-19 01:45:05 +08:00
parent e6c41b37dd
commit a5c8eb1f82
1 changed files with 1 additions and 0 deletions

View File

@ -5445,6 +5445,7 @@ export class Game extends Uninstantable {
if (event.result) {
event.parent._result = event.result;
}
_status.event = event.parent;
if (game.belongAsyncEventList.includes(event)) {
game.belongAsyncEventList.remove(event);
}