mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Merge branch 'master' into fix-typos
This commit is contained in:
commit
acc064df13
@ -233,8 +233,8 @@ export class HUDBuildingPlacer extends HUDBuildingPlacerLogic {
|
||||
return;
|
||||
}
|
||||
|
||||
this.domAttach.update(this.currentMetaBuilding.get());
|
||||
this.variantsAttach.update(this.currentMetaBuilding.get());
|
||||
this.domAttach.update(!!this.currentMetaBuilding.get());
|
||||
this.variantsAttach.update(!!this.currentMetaBuilding.get());
|
||||
const metaBuilding = this.currentMetaBuilding.get();
|
||||
|
||||
if (!metaBuilding) {
|
||||
|
Loading…
Reference in New Issue
Block a user