Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-18 12:30:06 +01:00
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() {
|
||||
if (this.tracker.dead) {
|
||||
// CraftBukkit - add some information
|
||||
System.out.println("Fetching addPacket for removed entity: " + this.tracker.getBukkitEntity().toString());
|
||||
// CraftBukkit start - remove useless error spam, just return
|
||||
// System.out.println("Fetching addPacket for removed entity");
|
||||
return null;
|
||||
// CraftBukkit end
|
||||
}
|
||||
|
||||
if (this.tracker instanceof EntityItem) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren