Fix guardian error (#10857)
This commit is contained in:
parent
d84d7ed9e3
commit
685b82e14e
|
|
@ -69,6 +69,9 @@ namespace Content.Server.Guardian
|
|||
|
||||
if (!TryComp<GuardianHostComponent>(host, out var hostComponent)) return;
|
||||
|
||||
if (LifeStage(host) >= EntityLifeStage.MapInitialized)
|
||||
return;
|
||||
|
||||
RetractGuardian(hostComponent, component);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue