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:
Ursprung
5a29d69731
Commit
86de98da9c
@ -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);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren