Skip to content

Commit

Permalink
Fix Excavator mining slowly with AutoTool
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed May 24, 2024
1 parent ec68d44 commit 02f2fb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/wurstclient/hacks/ExcavatorHack.java
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ private void excavate()
// break next block
for(BlockPos pos : validBlocks)
{
WURST.getHax().autoToolHack.equipIfEnabled(pos);
if(!BlockBreaker.breakOneBlock(pos))
continue;

Expand Down

0 comments on commit 02f2fb0

Please sign in to comment.