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);