diff --git a/Content.Server/Guardian/GuardianSystem.cs b/Content.Server/Guardian/GuardianSystem.cs index 4f80e2cd6c..341993ce2f 100644 --- a/Content.Server/Guardian/GuardianSystem.cs +++ b/Content.Server/Guardian/GuardianSystem.cs @@ -70,7 +70,6 @@ namespace Content.Server.Guardian _container.Remove(uid, hostComponent.GuardianContainer); hostComponent.HostedGuardian = null; - Dirty(host.Value, hostComponent); QueueDel(hostComponent.ActionEntity); hostComponent.ActionEntity = null; }