aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0886-Broadcast-take-item-packets-with-collector-as-source.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0886-Broadcast-take-item-packets-with-collector-as-source.patch')
-rw-r--r--patches/server/0886-Broadcast-take-item-packets-with-collector-as-source.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0886-Broadcast-take-item-packets-with-collector-as-source.patch b/patches/server/0886-Broadcast-take-item-packets-with-collector-as-source.patch
index a34fde6c5c..bbba71fa10 100644
--- a/patches/server/0886-Broadcast-take-item-packets-with-collector-as-source.patch
+++ b/patches/server/0886-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 94ade049fa74f1e9e417c891453f50b203fe9b6c..66c9df4085d004b8a83ce0da954b380c7e5085a6 100644
+index 4e0eb1f0103823a764c184142744a290c0ebed53..70574115423d95c9efabf77e4113e65e81f8c0d1 100644
--- a/src/main/java/net/minecraft/world/entity/LivingEntity.java
+++ b/src/main/java/net/minecraft/world/entity/LivingEntity.java
@@ -3903,7 +3903,7 @@ public abstract class LivingEntity extends Entity implements Attackable {