mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix tslint
This commit is contained in:
parent
d4b6a2b34e
commit
3529a5d77f
@ -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