Fixing missing mandatory comments.

This commit is contained in:
Erik Broes
2011-02-07 09:43:51 +01:00
parent 8acebcd7d6
commit 421d1c1c1f
3 changed files with 16 additions and 17 deletions

View File

@@ -395,7 +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);
System.out.println("" + entity.locX + "," + entity.locZ + "(" + i + "," + j + ") vs " + this.j + "," + this.k); // CraftBukkit
Thread.dumpStack();
}