aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0559-Fix-potions-splash-events.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0559-Fix-potions-splash-events.patch')
-rw-r--r--patches/server/0559-Fix-potions-splash-events.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0559-Fix-potions-splash-events.patch b/patches/server/0559-Fix-potions-splash-events.patch
index dc4c8cf698..8d894f25e2 100644
--- a/patches/server/0559-Fix-potions-splash-events.patch
+++ b/patches/server/0559-Fix-potions-splash-events.patch
@@ -143,10 +143,10 @@ index be787a5b52e90796d4f06e17e564f4324807c3e6..cb34cc9443da56c0497c7a0192c8b836
public boolean isLingering() {
diff --git a/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java b/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java
-index edb5d93684d959dbad0115643b3c9f5096ceee3a..18b2a6db3adee2ac2630d500005e0a4034cfbad7 100644
+index aa03917f96ed17fad53e07fa58225174846333fd..b53b457b55d22eae7114cafc85e63e9aa5b0b4b2 100644
--- a/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java
+++ b/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java
-@@ -876,6 +876,32 @@ public class CraftEventFactory {
+@@ -877,6 +877,32 @@ public class CraftEventFactory {
return event;
}