mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Fix tslint
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user