diff --git a/src/core/game/GameImpl.ts b/src/core/game/GameImpl.ts index abc424db5..77a5fc71a 100644 --- a/src/core/game/GameImpl.ts +++ b/src/core/game/GameImpl.ts @@ -1013,7 +1013,7 @@ export class GameImpl implements Game { }); } - // If the conquered tile has a defense post, update nearby border tiles + //If the conquered tile has a defense post, update nearby border tiles if ( this.unitGrid.hasUnitNearby(tile, 0, UnitType.DefensePost, owner.id()) ) {