mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-23 02:55:47 +01:00
SPIGOT-4342: Fix PlayerMoveEvent from pitch/yaw incorrect
This commit is contained in:
parent
ee5efeb0dc
commit
c88ae6b195
@ -571,8 +571,8 @@
|
|||||||
+ this.lastPosX = this.teleportPos.x;
|
+ this.lastPosX = this.teleportPos.x;
|
||||||
+ this.lastPosY = this.teleportPos.y;
|
+ this.lastPosY = this.teleportPos.y;
|
||||||
+ this.lastPosZ = this.teleportPos.z;
|
+ this.lastPosZ = this.teleportPos.z;
|
||||||
+ this.lastYaw = f2;
|
+ this.lastYaw = f;
|
||||||
+ this.lastPitch = f3;
|
+ this.lastPitch = f1;
|
||||||
+ // CraftBukkit end
|
+ // CraftBukkit end
|
||||||
+
|
+
|
||||||
this.A = this.e;
|
this.A = this.e;
|
||||||
|
Loading…
Reference in New Issue
Block a user