From b281cc28a1085525d52da016998f5dfe6798fc66 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 19 Jul 2019 01:18:45 +0200 Subject: [PATCH] Fix crash with ConstructorComponent. --- .../GameObjects/Components/Construction/ConstructorComponent.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Client/GameObjects/Components/Construction/ConstructorComponent.cs b/Content.Client/GameObjects/Components/Construction/ConstructorComponent.cs index 7d70479146..9d948a8498 100644 --- a/Content.Client/GameObjects/Components/Construction/ConstructorComponent.cs +++ b/Content.Client/GameObjects/Components/Construction/ConstructorComponent.cs @@ -60,7 +60,6 @@ namespace Content.Client.GameObjects.Components.Construction break; case PlayerDetachedMsg _: - ConstructionMenu.Parent.RemoveChild(ConstructionMenu); _gameHud.CraftingButtonVisible = false; break;