diff --git a/nms-patches/PlayerConnection.patch b/nms-patches/PlayerConnection.patch index a33f7b4969..a1e874c263 100644 --- a/nms-patches/PlayerConnection.patch +++ b/nms-patches/PlayerConnection.patch @@ -571,8 +571,8 @@ + this.lastPosX = this.teleportPos.x; + this.lastPosY = this.teleportPos.y; + this.lastPosZ = this.teleportPos.z; -+ this.lastYaw = f2; -+ this.lastPitch = f3; ++ this.lastYaw = f; ++ this.lastPitch = f1; + // CraftBukkit end + this.A = this.e;