diff --git a/Content.Client/GameObjects/Components/Mobs/ClientStatusEffectsComponent.cs b/Content.Client/GameObjects/Components/Mobs/ClientStatusEffectsComponent.cs index 6c0d77889f..0e915772a4 100644 --- a/Content.Client/GameObjects/Components/Mobs/ClientStatusEffectsComponent.cs +++ b/Content.Client/GameObjects/Components/Mobs/ClientStatusEffectsComponent.cs @@ -81,6 +81,7 @@ namespace Content.Client.GameObjects.Components.Mobs return; } _ui?.Dispose(); + _ui = null; } public void UpdateIcons()