This commit is contained in:
Leon Friedrich
2021-12-13 04:59:12 +13:00
committed by GitHub
parent bee1230650
commit c7c8dff05a

View File

@@ -62,7 +62,7 @@ namespace Content.Server.Spawners.Components
return; return;
} }
if(_entMan.Deleted(Owner)) if(!_entMan.Deleted(Owner))
_entMan.SpawnEntity(_robustRandom.Pick(Prototypes), _entMan.GetComponent<TransformComponent>(Owner).Coordinates); _entMan.SpawnEntity(_robustRandom.Pick(Prototypes), _entMan.GetComponent<TransformComponent>(Owner).Coordinates);
} }