aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0839-API-for-updating-recipes-on-clients.patch
diff options
context:
space:
mode:
authorNassim Jahnke <[email protected]>2024-12-03 22:56:26 +0100
committerNassim Jahnke <[email protected]>2024-12-03 22:56:26 +0100
commite2dd1d514ccab1912d807d362cd4bc5007ce7b8c (patch)
treebcc12d5cdaaaed31a6f830f5e902b6fc28405b33 /patches/server/0839-API-for-updating-recipes-on-clients.patch
parentb0603dab453c26d8a7bd6168e64cf655a5d6f436 (diff)
downloadPaper-e2dd1d514ccab1912d807d362cd4bc5007ce7b8c.tar.gz
Paper-e2dd1d514ccab1912d807d362cd4bc5007ce7b8c.zip
Add back post_teleport chunk ticket
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