mirror of
https://github.com/songoda/EpicBosses.git
synced 2025-01-06 23:37:33 +01:00
Fix poison spelling error
This commit is contained in:
parent
09421b4c8d
commit
e6f3687ebd
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user