From e6f3687ebd394d3c7fb216218c8b6cee75dfbfc7 Mon Sep 17 00:00:00 2001 From: Esophose Date: Thu, 2 May 2019 22:18:42 -0600 Subject: [PATCH] Fix poison spelling error --- .../src/com/songoda/epicbosses/utils/PotionEffectFinder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-modules/Core/src/com/songoda/epicbosses/utils/PotionEffectFinder.java b/plugin-modules/Core/src/com/songoda/epicbosses/utils/PotionEffectFinder.java index 35f4f0b..c9daa8d 100644 --- a/plugin-modules/Core/src/com/songoda/epicbosses/utils/PotionEffectFinder.java +++ b/plugin-modules/Core/src/com/songoda/epicbosses/utils/PotionEffectFinder.java @@ -32,7 +32,7 @@ public enum PotionEffectFinder { Levitation("Levitation", PotionEffectType.getByName("LEVITATION")), Luck("Luck", PotionEffectType.getByName("LUCK")), NightVision("NightVision", PotionEffectType.NIGHT_VISION, "seeinthedarkness", "nv", "night_vision"), - Posion("Posion", PotionEffectType.POISON, "witched"), + Poison("Poison", PotionEffectType.POISON, "witched"), Regen("regen", PotionEffectType.REGENERATION, "regeneration"), Saturation("Saturation", PotionEffectType.SATURATION, "saturated"), Slow("Slow", PotionEffectType.SLOW, "tank"),