Fixed checkLoadedChunk

This commit is contained in:
zml2008
2011-10-09 21:57:29 -07:00
committed by Wizjany
parent b89ede09a6
commit 050eef8dc7
3 changed files with 4 additions and 4 deletions

View File

@ -298,7 +298,7 @@ public abstract class LocalWorld {
*
* @param pt Position to check
*/
public abstract void checkLoadedChuck(Vector pt);
public void checkLoadedChunk(Vector pt) {}
/**
* Compare if the other world is equal.