Merge branch 'master' into 1.13.2

This commit is contained in:
Leijurv
2019-03-13 20:09:08 -07:00
41 changed files with 1740 additions and 546 deletions

View File

@@ -70,7 +70,7 @@ public final class LookBehavior extends Behavior implements ILookBehavior {
float desiredPitch = this.target.getPitch();
ctx.player().rotationPitch = desiredPitch;
if (desiredPitch == oldPitch) {
nudgeToLevel();
//nudgeToLevel();
}
this.target = null;
}