diff --git a/Content.Server/GameObjects/Components/WiresComponent.cs b/Content.Server/GameObjects/Components/WiresComponent.cs index 5b8469c479..100157f0a7 100644 --- a/Content.Server/GameObjects/Components/WiresComponent.cs +++ b/Content.Server/GameObjects/Components/WiresComponent.cs @@ -56,6 +56,9 @@ namespace Content.Server.GameObjects.Components } _isPanelOpen = value; + + if (!_isPanelOpen) + UserInterface?.CloseAll(); UpdateAppearance(); } }