Inline QueueDelete
This commit is contained in:
@@ -123,7 +123,7 @@ namespace Content.Server.Chemistry.EntitySystems
|
||||
if (contents.CurrentVolume == 0 || vapor.Timer > vapor.AliveTime)
|
||||
{
|
||||
// Delete this
|
||||
entity.QueueDelete();
|
||||
IoCManager.Resolve<IEntityManager>().QueueDeleteEntity(entity.Uid);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user