Fix crash with ConstructorComponent.

This commit is contained in:
Pieter-Jan Briers
2019-07-19 01:18:45 +02:00
parent 40eca95661
commit b281cc28a1

View File

@@ -60,7 +60,6 @@ namespace Content.Client.GameObjects.Components.Construction
break;
case PlayerDetachedMsg _:
ConstructionMenu.Parent.RemoveChild(ConstructionMenu);
_gameHud.CraftingButtonVisible = false;
break;