Entities gib when being microwaved (#8144)
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user