1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-02-12 02:49:20 +00:00

actually save the changes

This commit is contained in:
Sense101 2021-06-25 15:22:36 +01:00
parent e6c54d61bc
commit a508077766

View File

@ -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();
}