corrects port to missile silo

This commit is contained in:
BeGj
2025-03-04 14:06:35 +00:00
parent 226112beb5
commit 8bd1d84dae
+1 -1
View File
@@ -36,7 +36,7 @@ export class MissileSiloExecution implements Execution {
if (this.silo == null) {
if (!this.player.canBuild(UnitType.MissileSilo, this.tile)) {
consolex.warn(
`player ${this.player} cannot build port at ${this.tile}`,
`player ${this.player} cannot build missile silo at ${this.tile}`,
);
this.active = false;
return;