Merge pull request #140 from BeGj/fix/missile-silo-wrong-log-text

corrects port to missile silo
This commit is contained in:
evanpelle
2025-03-04 06:08:45 -08:00
committed by GitHub
+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;