some changes to comments

This commit is contained in:
Raphfrk
2011-01-21 05:29:53 +08:00
committed by Dinner Bone
parent 971c11e366
commit 6366ed0c6d

View File

@@ -73,7 +73,7 @@ public interface World {
public boolean isChunkLoaded(Chunk chunk);
/**
* Checks if the specified chunk is loaded
* Loads the specified chunk
*
*/
public void loadChunk(Chunk chunk);