diff --git a/Content.Client/Stealth/StealthSystem.cs b/Content.Client/Stealth/StealthSystem.cs index 7cf6e54639..b60ffc2a40 100644 --- a/Content.Client/Stealth/StealthSystem.cs +++ b/Content.Client/Stealth/StealthSystem.cs @@ -44,7 +44,7 @@ public sealed class StealthSystem : SharedStealthSystem if (!enabled) { - if (component.HadOutline) + if (component.HadOutline && !TerminatingOrDeleted(uid)) EnsureComp(uid); return; }