Indentation is important, ok?

This commit is contained in:
Top-Cat
2011-09-08 02:54:45 +08:00
committed by Andrew Ardill
parent f36bca9fb7
commit 54bcd1c1f3

View File

@@ -109,7 +109,7 @@ public class CraftChunk implements Chunk {
return entities;
}
public boolean isLoaded() {
public boolean isLoaded() {
return getWorld().isChunkLoaded(this);
}