mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-23 20:23:37 +00:00
fix: remove stray method stub from GameRunner after rebase
This commit is contained in:
@@ -120,7 +120,6 @@ export class GameRunner {
|
||||
this.turns.push(turn);
|
||||
}
|
||||
|
||||
public executeNextTick(): boolean {
|
||||
public hasPendingTurns(): boolean {
|
||||
return this.currTurn < this.turns.length;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user