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

Insignificant tweak

Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
Ryan Fox 2019-07-27 22:17:14 +00:00
parent 75249a6a42
commit b7fd1fe3ef
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 5 additions and 5 deletions

View File

@ -46,11 +46,11 @@ public class PlayerPosition {
json.put(this.pitch); json.put(this.pitch);
json.put(this.world.field_73011_w.func_186058_p().func_186068_a()); json.put(this.world.field_73011_w.func_186058_p().func_186068_a());
} else { } else {
json.put(-2); json.put(0);
json.put(-2); json.put(0);
json.put(-2); json.put(0);
json.put(-2); json.put(0);
json.put(-2); json.put(0);
json.put(-2); json.put(-2);
} }
return json; return json;