多删了一行代码
This commit is contained in:
parent
e6c41b37dd
commit
a5c8eb1f82
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue