This commit is contained in:
Leon Friedrich 2021-12-13 04:59:12 +13:00 committed by GitHub
parent bee1230650
commit c7c8dff05a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}