mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix crash when deleting buildings.
Can't check getHasDirectionLockAvailable() on a building you are currently deleting because it doesn't exist.
This commit is contained in:
parent
bbd50fdce9
commit
ddb5aae327
@ -162,6 +162,7 @@ export class HUDBuildingPlacer extends BaseHUDPart {
|
||||
|
||||
// Check for direction lock
|
||||
if (
|
||||
metaBuilding &&
|
||||
metaBuilding.getHasDirectionLockAvailable() &&
|
||||
this.root.keyMapper.getBinding(KEYMAPPINGS.placement.lockBeltDirection).isCurrentlyPressed()
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user