diff --git a/crates/valence_inventory/src/lib.rs b/crates/valence_inventory/src/lib.rs index 9007d7b52..686b2f49b 100644 --- a/crates/valence_inventory/src/lib.rs +++ b/crates/valence_inventory/src/lib.rs @@ -1206,6 +1206,7 @@ fn handle_player_actions( slots: Cow::Borrowed(inv.slot_slice()), carried_item: Cow::Borrowed(&ItemStack::EMPTY), }); + continue; } let stack = inv.replace_slot(held.slot(), ItemStack::EMPTY);