crucial spacing

This commit is contained in:
Leijurv 2019-05-18 17:11:16 -07:00
parent 352e428890
commit ccc1b04e81
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 2 additions and 0 deletions

View File

@ -23,8 +23,10 @@ import com.google.gson.annotations.SerializedName;
* Need a non obfed chunkpos that we can load using GSON
*/
public class MyChunkPos {
@SerializedName("x")
public int x;
@SerializedName("y")
public int z;