mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 05:36:46 +01:00
Format this before GJ finds out
This commit is contained in:
parent
6dd17312f4
commit
dce7d8fdd3
@ -6,7 +6,7 @@ import java.io.ObjectInput;
|
|||||||
import java.io.ObjectOutput;
|
import java.io.ObjectOutput;
|
||||||
|
|
||||||
public class PrimitiveExChunkletStore implements ChunkletStore, Externalizable {
|
public class PrimitiveExChunkletStore implements ChunkletStore, Externalizable {
|
||||||
private static final long serialVersionUID = 8603603827094383873L;
|
private static final long serialVersionUID = 8603603827094383873L;
|
||||||
|
|
||||||
/** X, Z, Y */
|
/** X, Z, Y */
|
||||||
private boolean[][][] store = new boolean[16][16][64];
|
private boolean[][][] store = new boolean[16][16][64];
|
||||||
|
Loading…
Reference in New Issue
Block a user