mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00:00
Add more information to 'Fetching addPacket' so we might be able to find the reason why it happens. Gives info for BUKKIT-32
This commit is contained in:
parent
d02a2eb49d
commit
df935a5eed
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue