1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

fix pippete throws on empty hand (#512)

This commit is contained in:
Dimava
2020-07-29 10:17:45 +03:00
committed by GitHub
parent baf5c83b34
commit 235c380de1

View File

@@ -344,6 +344,7 @@ export class HUDBuildingPlacerLogic extends BaseHUDPart {
// If the building we are picking is the same as the one we have, clear the cursor.
if (
this.currentMetaBuilding.get() &&
extracted.metaInstance.getId() === this.currentMetaBuilding.get().getId() &&
extracted.variant === this.currentVariant.get()
) {