1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Minor adjustments

This commit is contained in:
tobspr
2020-12-07 18:39:12 +01:00
parent 1230b873aa
commit 3b268294df
2 changed files with 2 additions and 3 deletions

View File

@@ -108,9 +108,7 @@ export class HUDBlueprintPlacer extends BaseHUDPart {
this.abortPlacement();
return STOP_PROPAGATION;
}
}
if (button === enumMouseButton.left) {
} else if (button === enumMouseButton.left) {
const blueprint = this.currentBlueprint.get();
if (!blueprint) {
return;