Makes a few deletes queued. (#4015)

This commit is contained in:
Vera Aguilera Puerto
2021-05-17 13:14:28 +02:00
committed by GitHub
parent 35521782a5
commit 92b01d6a7c
7 changed files with 7 additions and 7 deletions

View File

@@ -95,7 +95,7 @@ namespace Content.Server.GameObjects.Components.Projectiles
}
if(DeleteOnCollide)
Owner.Delete();
Owner.QueueDelete();
}
public override ComponentState GetComponentState(ICommonSession player)