diff --git a/nms-patches/EntityTrackerEntry.patch b/nms-patches/EntityTrackerEntry.patch index 44d34923b9..88438c3521 100644 --- a/nms-patches/EntityTrackerEntry.patch +++ b/nms-patches/EntityTrackerEntry.patch @@ -12,8 +12,12 @@ public class EntityTrackerEntry { private static final Logger c = LogManager.getLogger(); -@@ -79,13 +84,14 @@ - this.broadcast(new PacketPlayOutMount(this.tracker)); +@@ -76,16 +81,17 @@ + + if (!list1.equals(this.w)) { + this.w = list1; +- this.broadcast(new PacketPlayOutMount(this.tracker)); ++ this.broadcastIncludingSelf(new PacketPlayOutMount(this.tracker)); // CraftBukkit } - if (this.tracker instanceof EntityItemFrame && this.a % 10 == 0) {