We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf5b73 commit cb1fa9fCopy full SHA for cb1fa9f
src/main/java/meteordevelopment/meteorclient/systems/modules/player/AutoTool.java
@@ -154,7 +154,6 @@ private void onTick(TickEvent.Post event) {
154
if (invSwapReturn.get() && !mc.options.attackKey.isPressed() && wasPressed && toolWasIn != -1) {
155
InvUtils.quickSwap().fromId(invSwapSlot.get()).to(toolWasIn);
156
toolWasIn = -1;
157
- wasPressed = false;
158
return;
159
}
160
0 commit comments