diff --git a/src/core/GameRunner.ts b/src/core/GameRunner.ts index e4f2a388f..24bc4cdcb 100644 --- a/src/core/GameRunner.ts +++ b/src/core/GameRunner.ts @@ -120,7 +120,6 @@ export class GameRunner { this.turns.push(turn); } - public executeNextTick(): boolean { public hasPendingTurns(): boolean { return this.currTurn < this.turns.length; }