3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-17 13:30:06 +01:00

Add more information to 'Fetching addPacket' so we might be able to find the reason why it happens. Gives info for BUKKIT-32

Dieser Commit ist enthalten in:
Erik Broes 2011-11-30 22:42:35 +01:00
Ursprung d02a2eb49d
Commit df935a5eed

Datei anzeigen

@ -235,7 +235,7 @@ public class EntityTrackerEntry {
private Packet b() { private Packet b() {
if (this.tracker.dead) { if (this.tracker.dead) {
System.out.println("Fetching addPacket for removed entity"); System.out.println("Fetching addPacket for removed entity: " + this.tracker.getBukkitEntity().toString()); // CraftBukkit - add some information
} }
if (this.tracker instanceof EntityItem) { if (this.tracker instanceof EntityItem) {