aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0849-API-for-updating-recipes-on-clients.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0849-API-for-updating-recipes-on-clients.patch')
-rw-r--r--patches/server/0849-API-for-updating-recipes-on-clients.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/server/0849-API-for-updating-recipes-on-clients.patch b/patches/server/0849-API-for-updating-recipes-on-clients.patch
index 1c22c9054a..8f795d23d6 100644
--- a/patches/server/0849-API-for-updating-recipes-on-clients.patch
+++ b/patches/server/0849-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 b8e79cf272f0a87b0fc0c0f61d325ec780b0f6b5..1eed5ebf96f8e8889d5af346d45a401b282bab21 100644
+index b2e131f45e8f1bbefc42b6e16ac482b2fbeafb12..b7fbf6e395aeaaf2353a3d047a0321d4a9b6de3c 100644
--- a/src/main/java/net/minecraft/server/players/PlayerList.java
+++ b/src/main/java/net/minecraft/server/players/PlayerList.java
-@@ -1488,6 +1488,13 @@ public abstract class PlayerList {
+@@ -1489,6 +1489,13 @@ public abstract class PlayerList {
}
public void reloadResources() {
@@ -22,7 +22,7 @@ index b8e79cf272f0a87b0fc0c0f61d325ec780b0f6b5..1eed5ebf96f8e8889d5af346d45a401b
// CraftBukkit start
/*Iterator iterator = this.advancements.values().iterator();
-@@ -1503,7 +1510,15 @@ public abstract class PlayerList {
+@@ -1504,7 +1511,15 @@ public abstract class PlayerList {
}
// CraftBukkit end