Merge branch 'master' into builder

This commit is contained in:
Leijurv
2019-02-19 22:33:19 -08:00
16 changed files with 50 additions and 24 deletions

View File

@@ -103,7 +103,7 @@ public final class LookBehavior extends Behavior implements ILookBehavior {
@Override
public void onPlayerRotationMove(RotationMoveEvent event) {
if (this.target != null && !this.force) {
if (this.target != null) {
event.setYaw(this.target.getYaw());