mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 19:25:49 -07:00
Squelch stacktrace for 'not so important'-'error'
This commit is contained in:
@@ -364,7 +364,7 @@ public class Chunk {
|
||||
System.out.println("Wrong location! " + entity);
|
||||
// CraftBukkit
|
||||
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);
|
||||
|
Reference in New Issue
Block a user