Fix food slicing showing utensil popup (#37105)

Fix knife slicing showing utensil popup
This commit is contained in:
themias
2025-05-01 17:56:47 -04:00
committed by GitHub
parent 57138f7bd2
commit 2699c3f41e

View File

@@ -53,7 +53,7 @@ public sealed class SliceableFoodSystem : EntitySystem
BreakOnMove = true,
NeedHand = true,
};
_doAfter.TryStartDoAfter(doAfterArgs);
args.Handled = _doAfter.TryStartDoAfter(doAfterArgs);
}
private void OnSlicedoAfter(Entity<SliceableFoodComponent> entity, ref SliceFoodDoAfterEvent args)