3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-19 04:50:06 +01:00

Squelch stacktrace for 'not so important'-'error'

Dieser Commit ist enthalten in:
Erik Broes 2011-06-05 12:13:38 +02:00
Ursprung 5a29d69731
Commit 86de98da9c

Datei anzeigen

@ -364,7 +364,7 @@ public class Chunk {
System.out.println("Wrong location! " + entity); System.out.println("Wrong location! " + entity);
// CraftBukkit // CraftBukkit
System.out.println("" + entity.locX + "," + entity.locZ + "(" + i + "," + j + ") vs " + this.x + "," + this.z); System.out.println("" + entity.locX + "," + entity.locZ + "(" + i + "," + j + ") vs " + this.x + "," + this.z);
Thread.dumpStack(); // Thread.dumpStack(); // CraftBukkit
} }
int k = MathHelper.floor(entity.locY / 16.0D); int k = MathHelper.floor(entity.locY / 16.0D);