Minor hotfixes

pull/1024/head
tobspr 4 years ago
parent b5a96a91a9
commit 22735591e9

@ -126,6 +126,7 @@ export class HUDBlueprintPlacer extends BaseHUDPart {
this.root.hubGoals.takeShapeByKey(this.root.gameMode.getBlueprintShapeKey(), cost); this.root.hubGoals.takeShapeByKey(this.root.gameMode.getBlueprintShapeKey(), cost);
this.root.soundProxy.playUi(SOUNDS.placeBuilding); this.root.soundProxy.playUi(SOUNDS.placeBuilding);
} }
return STOP_PROPAGATION;
} }
} }

@ -23,9 +23,6 @@ export class HUDConstantSignalEdit extends BaseHUDPart {
deleteOnCancel: false, deleteOnCancel: false,
}); });
return STOP_PROPAGATION; return STOP_PROPAGATION;
} else if (button === enumMouseButton.right) {
this.root.logic.tryDeleteBuilding(contents);
return STOP_PROPAGATION;
} }
} }
} }

Loading…
Cancel
Save