aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0876-API-for-updating-recipes-on-clients.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0876-API-for-updating-recipes-on-clients.patch')
-rw-r--r--patches/server/0876-API-for-updating-recipes-on-clients.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0876-API-for-updating-recipes-on-clients.patch b/patches/server/0876-API-for-updating-recipes-on-clients.patch
index 028168d312..75dacf7f9b 100644
--- a/patches/server/0876-API-for-updating-recipes-on-clients.patch
+++ b/patches/server/0876-API-for-updating-recipes-on-clients.patch
@@ -39,7 +39,7 @@ index 0246db4a1f6eb168fa88260282311fee2ebb6014..ea04eb049e16d1027d15f9863d1fcd16
Iterator iterator1 = this.players.iterator();
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftServer.java b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
-index 8ac5d7730610b49da33e9f7bb827aeccf5383500..9f2b1dfcb28a1916371ee9e5e35f07abe99a4337 100644
+index 7e925d50e7adcc8b9c988fe7eb8c8d343f17ce58..86427c6d559f3dbc505e58bcea9d0419e89598f2 100644
--- a/src/main/java/org/bukkit/craftbukkit/CraftServer.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
@@ -1143,6 +1143,18 @@ public final class CraftServer implements Server {