1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-18 01:42:32 +01:00

Format this before GJ finds out

This commit is contained in:
NuclearW
2012-07-06 21:37:13 -04:00
parent 6dd17312f4
commit dce7d8fdd3

View File

@@ -6,7 +6,7 @@ import java.io.ObjectInput;
import java.io.ObjectOutput;
public class PrimitiveExChunkletStore implements ChunkletStore, Externalizable {
private static final long serialVersionUID = 8603603827094383873L;
private static final long serialVersionUID = 8603603827094383873L;
/** X, Z, Y */
private boolean[][][] store = new boolean[16][16][64];