Remove useless whitespace
This commit is contained in:
parent
fb3d6e9a01
commit
92ad68af24
@ -7,7 +7,7 @@ public class PlayerPosition {
|
||||
public float yaw;
|
||||
public float pitch;
|
||||
|
||||
public PlayerPosition(double p_x, double p_y, double p_z, float p_yaw, float p_pitch) {
|
||||
public PlayerPosition(double p_x, double p_y, double p_z, float p_yaw, float p_pitch, int world) {
|
||||
this.x = p_x;
|
||||
this.y = p_y;
|
||||
this.z = p_z;
|
||||
|
Reference in New Issue
Block a user