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;