geforkt von Mirrors/Paper
Remove "Fetching addPacket..." spam as it isn't useful. Fixes BUKKIT-32
Dieser Commit ist enthalten in:
Ursprung
9c12dc0ef8
Commit
e3363db0a9
@ -279,8 +279,10 @@ public class EntityTrackerEntry {
|
|||||||
|
|
||||||
private Packet b() {
|
private Packet b() {
|
||||||
if (this.tracker.dead) {
|
if (this.tracker.dead) {
|
||||||
// CraftBukkit - add some information
|
// CraftBukkit start - remove useless error spam, just return
|
||||||
System.out.println("Fetching addPacket for removed entity: " + this.tracker.getBukkitEntity().toString());
|
// System.out.println("Fetching addPacket for removed entity");
|
||||||
|
return null;
|
||||||
|
// CraftBukkit end
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.tracker instanceof EntityItem) {
|
if (this.tracker instanceof EntityItem) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren