aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0771-fix-Instruments.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0771-fix-Instruments.patch')
-rw-r--r--patches/server/0771-fix-Instruments.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0771-fix-Instruments.patch b/patches/server/0771-fix-Instruments.patch
index 194ed300cf..6ac52bdf25 100644
--- a/patches/server/0771-fix-Instruments.patch
+++ b/patches/server/0771-fix-Instruments.patch
@@ -6,7 +6,7 @@ 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 2eafa35e87411ae0b78f445d3d0573ba6e832797..283e7caa8c564bb0455e29f1ee606b6993f3e57c 100644
+index a000d41fd6b6d9e690ea2a16ac1bd77589b64f14..a70db1d658127ed72f82580c1dd743c6c9d5f809 100644
--- a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
+++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
@@ -785,7 +785,10 @@ public class CraftPlayer extends CraftHumanEntity implements Player {