Chunk fetching improvements

This commit is contained in:
Tahg
2011-02-07 00:56:07 -05:00
parent 172db788b3
commit 3629580868
6 changed files with 2042 additions and 18 deletions

View File

@@ -395,6 +395,7 @@ public class Chunk {
if (i != this.j || j != this.k) {
System.out.println("Wrong location! " + entity);
System.out.println("" + entity.locX + "," + entity.locZ + "(" + i + "," + j + ") vs " + this.j + "," + this.k);
Thread.dumpStack();
}