From: Tayrtahn Date: Wed, 19 Mar 2025 01:37:14 +0000 (-0400) Subject: Remove non-networked Dirty call in GuardianSystem (#35916) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=e76b81d2916191ab8c5979c05d9307f18349ef4a;p=space-station-14.git Remove non-networked Dirty call in GuardianSystem (#35916) --- 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; }