1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

fix pippete throws on empty hand

This commit is contained in:
Dimava 2020-07-28 15:32:07 +03:00
parent baf5c83b34
commit e570ac2c74

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()
) {