Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AntiAFK Look/Follow/Wander modes and general improvements #5082

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Make wander properly restore the player's auto jump preference
0xTas committed Jan 5, 2025
commit 3331f2bcd3390973fdafc5ece1138c8d15588a46
Original file line number Diff line number Diff line change
@@ -444,7 +444,7 @@ private void onTick(TickEvent.Pre event) {
--ticksWalking;
if (ticksWalking >= -5) {
mc.options.forwardKey.setPressed(false);
mc.options.getAutoJump().setValue(false);
mc.options.getAutoJump().setValue(hadAutoJump);
}
}
}