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 =