mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 05:11:27 +01:00
Squelch stacktrace for 'not so important'-'error'
This commit is contained in:
parent
5a29d69731
commit
86de98da9c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user