]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Remove non-networked Dirty call in GuardianSystem (#35916)
authorTayrtahn <tayrtahn@gmail.com>
Wed, 19 Mar 2025 01:37:14 +0000 (21:37 -0400)
committerGitHub <noreply@github.com>
Wed, 19 Mar 2025 01:37:14 +0000 (21:37 -0400)
Content.Server/Guardian/GuardianSystem.cs

index 4f80e2cd6c465f0a20d9f9339bd35e5ecbb9ced4..341993ce2f927735d6cd834e2d67f3c14e801616 100644 (file)
@@ -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;
         }