aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0130-Properly-fix-item-duplication-bug.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Spigot-Server-Patches/0130-Properly-fix-item-duplication-bug.patch')
-rw-r--r--Spigot-Server-Patches/0130-Properly-fix-item-duplication-bug.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Spigot-Server-Patches/0130-Properly-fix-item-duplication-bug.patch b/Spigot-Server-Patches/0130-Properly-fix-item-duplication-bug.patch
index 6d8014f95c..67b2c6d89d 100644
--- a/Spigot-Server-Patches/0130-Properly-fix-item-duplication-bug.patch
+++ b/Spigot-Server-Patches/0130-Properly-fix-item-duplication-bug.patch
@@ -6,10 +6,10 @@ Subject: [PATCH] Properly fix item duplication bug
Credit to prplz for figuring out the real issue
diff --git a/src/main/java/net/minecraft/server/level/EntityPlayer.java b/src/main/java/net/minecraft/server/level/EntityPlayer.java
-index fa315f10219dc340da4f51a8d4a78e1f33023bb3..afa87cf70ad978161853771c59f5a4906733cab3 100644
+index 4b9595f89c75b220fe70840a74e0aaa0276fa122..09385eabefeb7d59de1ce4138648badd123396f9 100644
--- a/src/main/java/net/minecraft/server/level/EntityPlayer.java
+++ b/src/main/java/net/minecraft/server/level/EntityPlayer.java
-@@ -2059,8 +2059,8 @@ public class EntityPlayer extends EntityHuman implements ICrafting {
+@@ -2060,8 +2060,8 @@ public class EntityPlayer extends EntityHuman implements ICrafting {
}
@Override