Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-15 12:30:06 +01:00
SPIGOT-4342: Fix PlayerMoveEvent from pitch/yaw incorrect
Dieser Commit ist enthalten in:
Ursprung
ee5efeb0dc
Commit
c88ae6b195
@ -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;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren