This commit is contained in:
jackh 2025-01-29 13:41:36 -07:00
parent 66f845967a
commit 301e599c74
1 changed files with 0 additions and 1 deletions

View File

@ -546,7 +546,6 @@ public class Scaffold extends Module {
float forwardYaw = (mc.thePlayer.rotationYaw - hardcodedYaw() - 180 - (float) Utils.randomizeInt(-5, 5)); float forwardYaw = (mc.thePlayer.rotationYaw - hardcodedYaw() - 180 - (float) Utils.randomizeInt(-5, 5));
e.setYaw(forwardYaw); e.setYaw(forwardYaw);
e.setPitch(10 - (float) Utils.randomizeDouble(1, 5)); e.setPitch(10 - (float) Utils.randomizeDouble(1, 5));
Utils.print("Forward");
} }
} }
else { else {