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