mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
SPIGOT-4342: Fix PlayerMoveEvent from pitch/yaw incorrect
By: md_5 <git@md-5.net>
This commit is contained in:
parent
7ef8f672e0
commit
4f9972bcac
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue