Indentation is important, ok?

By: Top-Cat <Top_Cat@thegigcast.net>
This commit is contained in:
CraftBukkit/Spigot 2011-09-08 02:54:45 +08:00
parent edd95d4ca5
commit c4875394c3

View file

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