flewkey
/
mc.2a03.party
Archived
1
0
Fork 0

Remove useless whitespace

This commit is contained in:
flewkey 2019-05-31 20:39:51 -07:00
parent fb3d6e9a01
commit 92ad68af24
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
3 changed files with 10 additions and 10 deletions

View File

@ -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;