This commit is contained in:
parent
cf4d4d8543
commit
fcb1b0ed9f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ public class FastUse extends Feature {
|
|||
|
||||
@Override
|
||||
public void onTick() {
|
||||
if (!notIngame() && mc.player.isHandActive() && !Features.getFeature(AutoEat.class).eating) {
|
||||
if (mc.gameSettings.keyBindUseItem.isKeyDown() && !Features.getFeature(AutoEat.class).eating) {
|
||||
mc.getConnection().sendPacket(new CPacketPlayerTryUseItem(mc.player.getActiveHand()));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue