This commit is contained in:
jackh 2025-02-03 05:47:09 -07:00
parent a201a3b7ca
commit 8578681a40
1 changed files with 0 additions and 1 deletions

View File

@ -307,7 +307,6 @@ public class ModuleUtils {
mc.thePlayer.motionY = mc.thePlayer.motionY - 0.13; mc.thePlayer.motionY = mc.thePlayer.motionY - 0.13;
ModuleManager.bhop.lowhop = false; ModuleManager.bhop.lowhop = false;
ModuleManager.bhop.didMove = false; ModuleManager.bhop.didMove = false;
Utils.print("7 tick");
break; break;
/*case 2031: /*case 2031:
mc.thePlayer.motionY = mc.thePlayer.motionY - 0.2; mc.thePlayer.motionY = mc.thePlayer.motionY - 0.2;