From e76b81d2916191ab8c5979c05d9307f18349ef4a Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Tue, 18 Mar 2025 21:37:14 -0400 Subject: [PATCH] Remove non-networked Dirty call in GuardianSystem (#35916) --- Content.Server/Guardian/GuardianSystem.cs | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.51.2