Microwave was stuck in busy state on some BeingMicrowavedEvents (#8381)

This commit is contained in:
themias
2022-05-23 15:39:52 -04:00
committed by GitHub
parent 9385786273
commit 764a2a5046

View File

@@ -212,6 +212,7 @@ namespace Content.Server.Kitchen.Components
if (ev.Handled) if (ev.Handled)
{ {
_busy = false;
UIDirty = true; UIDirty = true;
return; return;
} }