From 0160e0c05070a25ac0c8c38f6bb734f8d8fe970a Mon Sep 17 00:00:00 2001 From: variablevince <24507472+VariableVince@users.noreply.github.com> Date: Sun, 26 Oct 2025 06:41:03 +0100 Subject: [PATCH] Misplaced capital T --- src/core/game/Game.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/game/Game.ts b/src/core/game/Game.ts index 56834b3d6..14837f109 100644 --- a/src/core/game/Game.ts +++ b/src/core/game/Game.ts @@ -562,7 +562,7 @@ export interface Player { unitsOwned(type: UnitType): number; buildableUnits( tile: TileRef | null, - TransportShipFilter?: TransportShipFilter, + transportShipFilter?: TransportShipFilter, ): BuildableUnit[]; canBuild(type: UnitType, targetTile: TileRef): TileRef | false; buildUnit(