mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 11:20:45 +00:00
No default value in GameRunner only in PlayerImpl
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user