1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-16 19:51:50 +00:00

Revert mass_selector.js

This commit is contained in:
FatCatX 2021-05-06 10:45:50 -07:00
parent b787fc80fc
commit a2abdcf0df

View File

@ -46,8 +46,6 @@ export class HUDMassSelector extends BaseHUDPart {
this.root.hud.signals.selectedPlacementBuildingChanged.add(this.clearSelection, this); this.root.hud.signals.selectedPlacementBuildingChanged.add(this.clearSelection, this);
this.root.signals.editModeChanged.add(this.clearSelection, this); this.root.signals.editModeChanged.add(this.clearSelection, this);
this.serializer = new SerializerInternal();
} }
/** /**