diff --git a/src/js/game/hud/parts/puzzle_play_settings.js b/src/js/game/hud/parts/puzzle_play_settings.js index 654c3ea1..73a24d3f 100644 --- a/src/js/game/hud/parts/puzzle_play_settings.js +++ b/src/js/game/hud/parts/puzzle_play_settings.js @@ -38,7 +38,7 @@ export class HUDPuzzlePlaySettings extends BaseHUDPart { const staticComp = entity.components.StaticMapEntity; const goalComp = entity.components.GoalAcceptor; - if (!staticComp.getMetaBuilding().getIsPuzzleRemovable(this.root)) { + if (!staticComp.getMetaBuilding().getIsRemovable(this.root)) { if (goalComp) { goalComp.clear(); }