fix fastuse settings not working

This commit is contained in:
Bella 2020-03-22 10:07:18 -04:00
parent dc58819cd2
commit 722b7949af
No known key found for this signature in database
GPG Key ID: 815562EA23BFE344
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class Fastuse extends Module {
}
}
if (passItemCheck(mc.player.getActiveItemStack().getItem())) {
if (passItemCheck(mc.player.getHeldItemMainhand().getItem()) || passItemCheck(mc.player.getHeldItemOffhand().getItem())) {
mc.rightClickDelayTimer = 0;
}
}