修复GameEvent#after的事件不进everything记录器的问题

This commit is contained in:
Spmario233 2024-01-25 10:47:49 +08:00
parent b1bbe874dc
commit 02fdf15d2a
1 changed files with 1 additions and 0 deletions

View File

@ -5491,6 +5491,7 @@ export class Game extends Uninstantable {
else {
next.parent = event;
_status.event = next;
game.getGlobalHistory('everything').push(next);
}
}
else {