aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0189-Properly-fix-item-duplication-bug.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Spigot-Server-Patches/0189-Properly-fix-item-duplication-bug.patch')
-rw-r--r--Spigot-Server-Patches/0189-Properly-fix-item-duplication-bug.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/Spigot-Server-Patches/0189-Properly-fix-item-duplication-bug.patch b/Spigot-Server-Patches/0189-Properly-fix-item-duplication-bug.patch
index 5be8e4a35b..8562067b09 100644
--- a/Spigot-Server-Patches/0189-Properly-fix-item-duplication-bug.patch
+++ b/Spigot-Server-Patches/0189-Properly-fix-item-duplication-bug.patch
@@ -1,4 +1,4 @@
-From 7fa342a5b6c89bbc3be05d7b6b87693d2d78c64c Mon Sep 17 00:00:00 2001
+From bd8532227d23fe7a62d16e8d4695f237ad2fc408 Mon Sep 17 00:00:00 2001
From: Alfie Cleveland <[email protected]>
Date: Tue, 27 Dec 2016 01:57:57 +0000
Subject: [PATCH] Properly fix item duplication bug
@@ -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/EntityPlayer.java b/src/main/java/net/minecraft/server/EntityPlayer.java
-index 56ce2554..a5c5bd4b 100644
+index 58d40f994..acb4469d2 100644
--- a/src/main/java/net/minecraft/server/EntityPlayer.java
+++ b/src/main/java/net/minecraft/server/EntityPlayer.java
-@@ -1345,7 +1345,7 @@ public class EntityPlayer extends EntityHuman implements ICrafting {
+@@ -1346,7 +1346,7 @@ public class EntityPlayer extends EntityHuman implements ICrafting {
@Override
protected boolean isFrozen() {
@@ -19,7 +19,7 @@ index 56ce2554..a5c5bd4b 100644
public void reset() {
diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java
-index 43757500..7c2d43ac 100644
+index 437575003..7c2d43ac2 100644
--- a/src/main/java/net/minecraft/server/PlayerConnection.java
+++ b/src/main/java/net/minecraft/server/PlayerConnection.java
@@ -2565,6 +2565,6 @@ public class PlayerConnection implements PacketListenerPlayIn, ITickable {
@@ -31,5 +31,5 @@ index 43757500..7c2d43ac 100644
}
}
--
-2.12.2
+2.12.2.windows.2