Entities gib when being microwaved (#8144)

This commit is contained in:
Kara
2022-05-13 21:04:45 -07:00
committed by GitHub
parent e064327464
commit 2273b58fbe
2 changed files with 17 additions and 0 deletions

View File

@@ -211,7 +211,10 @@ namespace Content.Server.Kitchen.Components
_entities.EventBus.RaiseLocalEvent(item, ev, false);
if (ev.Handled)
{
UIDirty = true;
return;
}
var tagSys = EntitySystem.Get<TagSystem>();