horrifying placement

This commit is contained in:
Leijurv
2019-02-06 16:22:40 -08:00
parent 311cf81e8a
commit a822d3ef05
5 changed files with 195 additions and 17 deletions

View File

@@ -73,7 +73,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;
}