diff --git a/src/js/game/hud/parts/building_placer_logic.js b/src/js/game/hud/parts/building_placer_logic.js index 32b12796..97a635a6 100644 --- a/src/js/game/hud/parts/building_placer_logic.js +++ b/src/js/game/hud/parts/building_placer_logic.js @@ -344,6 +344,7 @@ export class HUDBuildingPlacerLogic extends BaseHUDPart { // If the building we are picking is the same as the one we have, clear the cursor. if ( + this.currentMetaBuilding.get() && extracted.metaInstance.getId() === this.currentMetaBuilding.get().getId() && extracted.variant === this.currentVariant.get() ) {