mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-23 06:49:37 +00:00
Fix
This commit is contained in:
@@ -926,7 +926,7 @@ export class PlayerImpl implements Player {
|
||||
inSpawnPhase || tile === null
|
||||
? false
|
||||
: this.canBuild(u, tile, validTiles),
|
||||
canUpgrade,
|
||||
canUpgrade: canUpgrade,
|
||||
cost: this.mg.config().unitInfo(u).cost(this),
|
||||
} as BuildableUnit);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user