aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0851-API-for-updating-recipes-on-clients.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0851-API-for-updating-recipes-on-clients.patch')
-rw-r--r--patches/server/0851-API-for-updating-recipes-on-clients.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/server/0851-API-for-updating-recipes-on-clients.patch b/patches/server/0851-API-for-updating-recipes-on-clients.patch
index 373578055d..c461999663 100644
--- a/patches/server/0851-API-for-updating-recipes-on-clients.patch
+++ b/patches/server/0851-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 f9dcbf7d51680e8dfdda1350e0632dec675f3d44..1b83d8f723410c405746faa59783e6ba7a66fd56 100644
+index 962fa2281fa7a52a2f7b3fd8f1d7d49f243698f5..bb4547bc73318289561390bc9fc291fe3fc1f837 100644
--- a/src/main/java/net/minecraft/server/players/PlayerList.java
+++ b/src/main/java/net/minecraft/server/players/PlayerList.java
-@@ -1485,6 +1485,13 @@ public abstract class PlayerList {
+@@ -1482,6 +1482,13 @@ public abstract class PlayerList {
}
public void reloadResources() {
@@ -22,7 +22,7 @@ index f9dcbf7d51680e8dfdda1350e0632dec675f3d44..1b83d8f723410c405746faa59783e6ba
// CraftBukkit start
/*Iterator iterator = this.advancements.values().iterator();
-@@ -1500,7 +1507,15 @@ public abstract class PlayerList {
+@@ -1497,7 +1504,15 @@ public abstract class PlayerList {
}
// CraftBukkit end