aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0839-API-for-updating-recipes-on-clients.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0839-API-for-updating-recipes-on-clients.patch')
-rw-r--r--patches/server/0839-API-for-updating-recipes-on-clients.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/server/0839-API-for-updating-recipes-on-clients.patch b/patches/server/0839-API-for-updating-recipes-on-clients.patch
index b9405f1a8f..77a9a4fe09 100644
--- a/patches/server/0839-API-for-updating-recipes-on-clients.patch
+++ b/patches/server/0839-API-for-updating-recipes-on-clients.patch
@@ -5,10 +5,10 @@ Subject: [PATCH] API for updating recipes on clients
diff --git a/src/main/java/net/minecraft/server/players/PlayerList.java b/src/main/java/net/minecraft/server/players/PlayerList.java
-index 3a6e918e9db6397b6f1cff531041655298ce087d..efc12d629b71ba1da664d9ecfd4575bee9b45dc3 100644
+index 8b54fab09699dec0cb0fb6063accb04e48a36b6e..bd097ae6edfc0ad810d41ed8bbc7fab34d255610 100644
--- a/src/main/java/net/minecraft/server/players/PlayerList.java
+++ b/src/main/java/net/minecraft/server/players/PlayerList.java
-@@ -1448,6 +1448,13 @@ public abstract class PlayerList {
+@@ -1449,6 +1449,13 @@ public abstract class PlayerList {
}
public void reloadResources() {
@@ -22,7 +22,7 @@ index 3a6e918e9db6397b6f1cff531041655298ce087d..efc12d629b71ba1da664d9ecfd4575be
// CraftBukkit start
/*Iterator iterator = this.advancements.values().iterator();
-@@ -1463,9 +1470,13 @@ public abstract class PlayerList {
+@@ -1464,9 +1471,13 @@ public abstract class PlayerList {
}
// CraftBukkit end