aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0768-fix-Instruments.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/0768-fix-Instruments.patch
parent5f0932b6c8ac9a3c900075fc40f77b506c63ed82 (diff)
downloadPaper-f4741f22e813e0909a3f5ceacbadeac4f2b03f3b.tar.gz
Paper-f4741f22e813e0909a3f5ceacbadeac4f2b03f3b.zip
Expose particle status client option (#11573)
Diffstat (limited to 'patches/server/0768-fix-Instruments.patch')
-rw-r--r--patches/server/0768-fix-Instruments.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0768-fix-Instruments.patch b/patches/server/0768-fix-Instruments.patch
index cd55e6ad4e..76c48459cd 100644
--- a/patches/server/0768-fix-Instruments.patch
+++ b/patches/server/0768-fix-Instruments.patch
@@ -6,10 +6,10 @@ Subject: [PATCH] fix Instruments
properly handle Player#playNote
diff --git a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
-index 95f0e7e1248ded53ec5de684ec0cfb6343598f51..02850d3ef48aecda5d9b543e23d43c9b19ff3a89 100644
+index 82767306f63025fa537163cbbac24bd4d66e3416..02e3c1aef805dd83a54a9fab2843dc2d7d47cdb5 100644
--- a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
+++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
-@@ -773,7 +773,10 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
+@@ -775,7 +775,10 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
Sound instrumentSound = instrument.getSound();
if (instrumentSound == null) return;