mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-18 17:53:29 +00:00
corrects port to missile silo
This commit is contained in:
@@ -36,7 +36,7 @@ export class MissileSiloExecution implements Execution {
|
|||||||
if (this.silo == null) {
|
if (this.silo == null) {
|
||||||
if (!this.player.canBuild(UnitType.MissileSilo, this.tile)) {
|
if (!this.player.canBuild(UnitType.MissileSilo, this.tile)) {
|
||||||
consolex.warn(
|
consolex.warn(
|
||||||
`player ${this.player} cannot build port at ${this.tile}`,
|
`player ${this.player} cannot build missile silo at ${this.tile}`,
|
||||||
);
|
);
|
||||||
this.active = false;
|
this.active = false;
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user