No default value in GameRunner only in PlayerImpl

This commit is contained in:
VariableVince
2026-02-15 00:21:28 +01:00
parent b063b8840e
commit 7856e00876
+1 -1
View File
@@ -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 =