Fix stuff (#287)

Co-authored-by: Cloudburst <18114966+C10udburst@users.noreply.github.com>
This commit is contained in:
Patrick
2023-12-17 21:31:28 +01:00
committed by GitHub
parent 1f2f364de9
commit d848b2dd11
2 changed files with 5 additions and 10 deletions

View File

@@ -63,7 +63,7 @@ public class AutoGrind extends Module {
if (mc.currentScreen == null) break;
InvUtils.quickSwap().slot(i);
InvUtils.shiftClick().slot(i);
InvUtils.move().fromId(2).to(i);
}
}