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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user