Fix poison spelling error

This commit is contained in:
Esophose 2019-05-02 22:18:42 -06:00
parent 09421b4c8d
commit e6f3687ebd
1 changed files with 1 additions and 1 deletions

View File

@ -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"),