From d5f424b8c2fba9b3283aef36fe9e1e051636614c Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 11 Oct 2023 00:09:25 -0500 Subject: remove unnecessary clone --- azalea/src/auto_tool.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/src/auto_tool.rs') diff --git a/azalea/src/auto_tool.rs b/azalea/src/auto_tool.rs index 718ed6a7..d7501f04 100644 --- a/azalea/src/auto_tool.rs +++ b/azalea/src/auto_tool.rs @@ -66,7 +66,7 @@ pub fn accurate_best_tool_in_hotbar_for_block( let this_item_speed = azalea_entity::mining::get_mine_progress( block.as_ref(), item_slot.kind, - &menu, + menu, fluid_on_eyes, physics, ); -- cgit v1.2.3