Makes a few deletes queued. (#4015)
This commit is contained in:
committed by
GitHub
parent
35521782a5
commit
92b01d6a7c
@@ -16,7 +16,7 @@ namespace Content.Server.GameObjects.Components.Singularity
|
||||
{
|
||||
if (Parent == null)
|
||||
{
|
||||
Owner.Delete();
|
||||
Owner.QueueDelete();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user