aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0892-Broadcast-take-item-packets-with-collector-as-source.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0892-Broadcast-take-item-packets-with-collector-as-source.patch')
-rw-r--r--patches/server/0892-Broadcast-take-item-packets-with-collector-as-source.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0892-Broadcast-take-item-packets-with-collector-as-source.patch b/patches/server/0892-Broadcast-take-item-packets-with-collector-as-source.patch
index 1e33c1acff..03d6650dc1 100644
--- a/patches/server/0892-Broadcast-take-item-packets-with-collector-as-source.patch
+++ b/patches/server/0892-Broadcast-take-item-packets-with-collector-as-source.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] Broadcast take item packets with collector as source
This fixes players (which can't view the collector) seeing item pickups with themselves as the target.
diff --git a/src/main/java/net/minecraft/world/entity/LivingEntity.java b/src/main/java/net/minecraft/world/entity/LivingEntity.java
-index 95bbde31de42e1e12d722de86085e59050f1c3ae..c0646a4c023a34d4ca516390d748d29d7b9c265b 100644
+index a4d24269c1365f32f232116f1530ac75b096c6ab..30424789ba1c8d25f830145501b4a7399b91f2d1 100644
--- a/src/main/java/net/minecraft/world/entity/LivingEntity.java
+++ b/src/main/java/net/minecraft/world/entity/LivingEntity.java
@@ -3893,7 +3893,7 @@ public abstract class LivingEntity extends Entity implements Attackable {