From 612790840c27307c262117ebbb8c854f7ec24fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Aguilera=20Puerto?= <6766154+Zumorica@users.noreply.github.com> Date: Thu, 9 Apr 2020 02:59:20 +0200 Subject: [PATCH] Update Content.Client/GameObjects/Components/Observer/GhostComponent.cs Co-Authored-By: Pieter-Jan Briers --- .../GameObjects/Components/Observer/GhostComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/GameObjects/Components/Observer/GhostComponent.cs b/Content.Client/GameObjects/Components/Observer/GhostComponent.cs index c71310845a..244dd7a5d6 100644 --- a/Content.Client/GameObjects/Components/Observer/GhostComponent.cs +++ b/Content.Client/GameObjects/Components/Observer/GhostComponent.cs @@ -69,7 +69,7 @@ namespace Content.Client.GameObjects.Components.Observer } else { - _gui.Parent?.RemoveChild(_gui); + _gui.Orphan(); } _gameHud.HandsContainer.AddChild(_gui);