Dieser Commit ist enthalten in:
Ursprung
7c9ea09f90
Commit
3bd995e9ae
@ -110,9 +110,9 @@ public class REntity {
|
||||
|
||||
double fromX = this.x;
|
||||
double fromZ = this.z;
|
||||
double diffX = x - locX;
|
||||
double diffY = y - locY;
|
||||
double diffZ = z - locZ;
|
||||
double diffX = locX - x;
|
||||
double diffY = locY - y;
|
||||
double diffZ = locZ - z;
|
||||
boolean rotEq = this.yaw == yaw && this.pitch == pitch;
|
||||
|
||||
this.x = locX;
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren