crucial spacing
This commit is contained in:
@@ -23,8 +23,10 @@ import com.google.gson.annotations.SerializedName;
|
|||||||
* Need a non obfed chunkpos that we can load using GSON
|
* Need a non obfed chunkpos that we can load using GSON
|
||||||
*/
|
*/
|
||||||
public class MyChunkPos {
|
public class MyChunkPos {
|
||||||
|
|
||||||
@SerializedName("x")
|
@SerializedName("x")
|
||||||
public int x;
|
public int x;
|
||||||
|
|
||||||
@SerializedName("y")
|
@SerializedName("y")
|
||||||
public int z;
|
public int z;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user