Skip to content

Commit 6beb172

Browse files
author
Ahmed Mahmud
committed
uncomment hard rotate
1 parent 864a123 commit 6beb172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/jelly/FarmHelper/FarmHelper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ else if (inTrenches) {
589589
if ((mc.thePlayer.posY % 1) == 0) {
590590
if (!stuck && !dropping) {
591591
try {
592-
// AngleUtils.hardRotate(playerYaw);
592+
AngleUtils.hardRotate(playerYaw);
593593
} catch (Exception e) {
594594
e.printStackTrace();
595595
}
@@ -826,7 +826,7 @@ else if ((mc.thePlayer.posY % 1) == 0.8125) {
826826
}
827827
} else {
828828
try {
829-
// AngleUtils.hardRotate(playerYaw);
829+
AngleUtils.hardRotate(playerYaw);
830830
} catch (Exception e) {
831831
e.printStackTrace();
832832
}

0 commit comments

Comments
 (0)