Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-18 20:40:08 +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);
|
||||
// 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);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren