summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nms-patches/EntityTrackerEntry.patch8
1 files changed, 6 insertions, 2 deletions
diff --git a/nms-patches/EntityTrackerEntry.patch b/nms-patches/EntityTrackerEntry.patch
index 44d34923..88438c35 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) {