Remove non-networked Dirty call in GuardianSystem (#35916)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user