Fix food slicing showing utensil popup (#37105)
Fix knife slicing showing utensil popup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user