aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/api/0410-Add-method-to-remove-all-active-potion-effects.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/api/0410-Add-method-to-remove-all-active-potion-effects.patch')
-rw-r--r--patches/api/0410-Add-method-to-remove-all-active-potion-effects.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/api/0410-Add-method-to-remove-all-active-potion-effects.patch b/patches/api/0410-Add-method-to-remove-all-active-potion-effects.patch
index 33a8a647a9..10afeab970 100644
--- a/patches/api/0410-Add-method-to-remove-all-active-potion-effects.patch
+++ b/patches/api/0410-Add-method-to-remove-all-active-potion-effects.patch
@@ -5,10 +5,10 @@ Subject: [PATCH] Add method to remove all active potion effects
diff --git a/src/main/java/org/bukkit/entity/LivingEntity.java b/src/main/java/org/bukkit/entity/LivingEntity.java
-index b7b87b2962eabcf2e8864335e4da22c0b9da8e5c..65dab533a33433bdd79601df4f109d9de6998fb8 100644
+index 949539d4614242a8d742cd75242ce753b474edf6..de0e160632e0f0f9dee61007f139f37382f58e26 100644
--- a/src/main/java/org/bukkit/entity/LivingEntity.java
+++ b/src/main/java/org/bukkit/entity/LivingEntity.java
-@@ -625,6 +625,15 @@ public interface LivingEntity extends Attributable, Damageable, ProjectileSource
+@@ -657,6 +657,15 @@ public interface LivingEntity extends Attributable, Damageable, ProjectileSource
@NotNull
public Collection<PotionEffect> getActivePotionEffects();