From 7856e00876aae65e573ce3de0104e6d74790d386 Mon Sep 17 00:00:00 2001 From: VariableVince <24507472+VariableVince@users.noreply.github.com> Date: Sun, 15 Feb 2026 00:21:28 +0100 Subject: [PATCH] No default value in GameRunner only in PlayerImpl --- src/core/GameRunner.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/GameRunner.ts b/src/core/GameRunner.ts index 8e277d4c3..e8ed0f63e 100644 --- a/src/core/GameRunner.ts +++ b/src/core/GameRunner.ts @@ -196,7 +196,7 @@ export class GameRunner { playerID: PlayerID, x?: number, y?: number, - transportShip: BuildableUnitsTransportShip = BuildableUnitsTransportShip.Exclude, + transportShip?: BuildableUnitsTransportShip, ): PlayerActions { const player = this.game.player(playerID); const tile =