Inline QueueDelete
This commit is contained in:
@@ -112,7 +112,7 @@ namespace Content.Server.Radiation
|
||||
return;
|
||||
|
||||
if (_duration <= 0f)
|
||||
Owner.QueueDelete();
|
||||
IoCManager.Resolve<IEntityManager>().QueueDeleteEntity(Owner.Uid);
|
||||
|
||||
_duration -= frameTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user