Skip to content

Commit 8770524

Browse files
committed
fix weird angle forcing behavior, fixes #341
1 parent a8ddb2f commit 8770524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/baritone/behavior/LookBehavior.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public void pig() {
103103

104104
@Override
105105
public void onPlayerRotationMove(RotationMoveEvent event) {
106-
if (this.target != null && !this.force) {
106+
if (this.target != null) {
107107

108108
event.setYaw(this.target.getYaw());
109109

0 commit comments

Comments
 (0)