Save Ian (#5759)
This commit is contained in:
parent
bee1230650
commit
c7c8dff05a
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ namespace Content.Server.Spawners.Components
|
|||
return;
|
||||
}
|
||||
|
||||
if(_entMan.Deleted(Owner))
|
||||
if(!_entMan.Deleted(Owner))
|
||||
_entMan.SpawnEntity(_robustRandom.Pick(Prototypes), _entMan.GetComponent<TransformComponent>(Owner).Coordinates);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue