diff options
Diffstat (limited to 'patches/server/0845-API-for-updating-recipes-on-clients.patch')
-rw-r--r-- | patches/server/0845-API-for-updating-recipes-on-clients.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/server/0845-API-for-updating-recipes-on-clients.patch b/patches/server/0845-API-for-updating-recipes-on-clients.patch index 54f4e830b0..dd2aa28e95 100644 --- a/patches/server/0845-API-for-updating-recipes-on-clients.patch +++ b/patches/server/0845-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 e85b91036c2470b2f164a4641d1c07d27553a078..387470d6cfd34dc6f9c895a962ddcdf92583ab8c 100644 +index 2912b15ccda373cf52cec020b0e06ac2c5cf2950..a6caf3a0df22f124a4ee1cfb3981bbeb23a8630e 100644 --- a/src/main/java/net/minecraft/server/players/PlayerList.java +++ b/src/main/java/net/minecraft/server/players/PlayerList.java -@@ -1489,6 +1489,13 @@ public abstract class PlayerList { +@@ -1490,6 +1490,13 @@ public abstract class PlayerList { } public void reloadResources() { @@ -22,7 +22,7 @@ index e85b91036c2470b2f164a4641d1c07d27553a078..387470d6cfd34dc6f9c895a962ddcdf9 // CraftBukkit start /*Iterator iterator = this.advancements.values().iterator(); -@@ -1504,7 +1511,15 @@ public abstract class PlayerList { +@@ -1505,7 +1512,15 @@ public abstract class PlayerList { } // CraftBukkit end |