Remove non-networked Dirty call in GuardianSystem (#35916)

This commit is contained in:
Tayrtahn
2025-03-18 21:37:14 -04:00
committed by GitHub
parent 097b93886b
commit e76b81d291

View File

@@ -70,7 +70,6 @@ namespace Content.Server.Guardian
_container.Remove(uid, hostComponent.GuardianContainer); _container.Remove(uid, hostComponent.GuardianContainer);
hostComponent.HostedGuardian = null; hostComponent.HostedGuardian = null;
Dirty(host.Value, hostComponent);
QueueDel(hostComponent.ActionEntity); QueueDel(hostComponent.ActionEntity);
hostComponent.ActionEntity = null; hostComponent.ActionEntity = null;
} }