From 3137d8b6e0dd581f06876fe52d1eb264b752d1f7 Mon Sep 17 00:00:00 2001 From: scamiv <6170744+scamiv@users.noreply.github.com> Date: Wed, 4 Feb 2026 22:53:41 +0100 Subject: [PATCH] fix: remove stray method stub from GameRunner after rebase --- src/core/GameRunner.ts | 1 - 1 file changed, 1 deletion(-) 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; }