Skip to content

Commit cb1fa9f

Browse files
committed
[fix] #1
1 parent fcf5b73 commit cb1fa9f

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/meteordevelopment/meteorclient/systems/modules/player

1 file changed

+0
-1
lines changed

src/main/java/meteordevelopment/meteorclient/systems/modules/player/AutoTool.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ private void onTick(TickEvent.Post event) {
154154
if (invSwapReturn.get() && !mc.options.attackKey.isPressed() && wasPressed && toolWasIn != -1) {
155155
InvUtils.quickSwap().fromId(invSwapSlot.get()).to(toolWasIn);
156156
toolWasIn = -1;
157-
wasPressed = false;
158157
return;
159158
}
160159

0 commit comments

Comments
 (0)