This commit is contained in:
parent
66f845967a
commit
301e599c74
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue