Fix cream pie crash due to client deletion (#8234)
This commit is contained in:
@@ -27,6 +27,8 @@ namespace Content.Server.Nutrition.EntitySystems
|
||||
{
|
||||
_spillableSystem.SpillAt(creamPie.Owner, solution, "PuddleSmear", false);
|
||||
}
|
||||
|
||||
EntityManager.QueueDeleteEntity(uid);
|
||||
}
|
||||
|
||||
protected override void CreamedEntity(EntityUid uid, CreamPiedComponent creamPied, ThrowHitByEvent args)
|
||||
|
||||
Reference in New Issue
Block a user