aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0719-Custom-Chat-Completion-Suggestions-API.patch
diff options
context:
space:
mode:
authorLulu13022002 <[email protected]>2024-11-26 18:46:12 +0100
committerGitHub <[email protected]>2024-11-26 18:46:12 +0100
commitf4741f22e813e0909a3f5ceacbadeac4f2b03f3b (patch)
treec99cb955ec3042893c236cf291aaa4512203c98b /patches/server/0719-Custom-Chat-Completion-Suggestions-API.patch
parent5f0932b6c8ac9a3c900075fc40f77b506c63ed82 (diff)
downloadPaper-f4741f22e813e0909a3f5ceacbadeac4f2b03f3b.tar.gz
Paper-f4741f22e813e0909a3f5ceacbadeac4f2b03f3b.zip
Expose particle status client option (#11573)
Diffstat (limited to 'patches/server/0719-Custom-Chat-Completion-Suggestions-API.patch')
-rw-r--r--patches/server/0719-Custom-Chat-Completion-Suggestions-API.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0719-Custom-Chat-Completion-Suggestions-API.patch b/patches/server/0719-Custom-Chat-Completion-Suggestions-API.patch
index 11a0ecf025..f8af416810 100644
--- a/patches/server/0719-Custom-Chat-Completion-Suggestions-API.patch
+++ b/patches/server/0719-Custom-Chat-Completion-Suggestions-API.patch
@@ -5,10 +5,10 @@ Subject: [PATCH] Custom Chat Completion Suggestions API
diff --git a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
-index 87aa5f0d594ff697b87bc06019351d22b6c8c8e5..51b6b8d54b139bc89e0343c7c1ec5acedcf6f8a2 100644
+index 6c6128922491efe4f47eb27039eb078f2f411315..b8a0be15e8987719b8cfb4ab842544197cfa2d67 100644
--- a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
+++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
-@@ -696,6 +696,24 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
+@@ -698,6 +698,24 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
}
// Paper end - Add sendOpLevel API