This commit is contained in:
jackh 2025-02-16 10:07:32 -07:00
parent 81f835f08d
commit 95e9a0e77f
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ public class Scaffold extends Module {
}
else {
scaffoldYaw = mc.thePlayer.rotationYaw - hardcodedYaw();
scaffoldPitch = minPitch;
scaffoldPitch = 78f;
}
e.setRotations(scaffoldYaw, scaffoldPitch);
break;