Merge branch 'master' into 1.13.2

This commit is contained in:
Leijurv
2019-04-12 21:57:01 -07:00
10 changed files with 186 additions and 23 deletions

View File

@@ -69,7 +69,7 @@ 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 && Baritone.settings().freeLook.value) {
if (desiredPitch == oldPitch && !Baritone.settings().freeLook.value) {
nudgeToLevel();
}
this.target = null;