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

This commit is contained in:
Tayrtahn 2025-03-18 21:37:14 -04:00 committed by deltanedas
parent bf53cf6102
commit e638544062
1 changed files with 0 additions and 1 deletions

View 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;
}