events dissappear after 10s

This commit is contained in:
evanpelle
2024-09-20 20:01:18 -07:00
parent df99457867
commit a77831f4c8
5 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ export class ClientGame {
}
this.isProcessingTurn = true
this.gs.addExecution(...this.executor.createExecs(this.turns[this.currTurn]))
this.gs.tick()
this.gs.executeNextTick()
this.renderer.tick()
this.currTurn++
this.isProcessingTurn = false