Merge branch 'master' into 1.13.2

This commit is contained in:
Leijurv
2019-03-21 15:51:36 -07:00
8 changed files with 15 additions and 8 deletions

View File

@@ -69,8 +69,8 @@ public final class LookBehavior extends Behavior implements ILookBehavior {
float oldPitch = ctx.player().rotationPitch;
float desiredPitch = this.target.getPitch();
ctx.player().rotationPitch = desiredPitch;
if (desiredPitch == oldPitch) {
//nudgeToLevel();
if (desiredPitch == oldPitch && Baritone.settings().freeLook.value) {
nudgeToLevel();
}
this.target = null;
}