diff --git a/Essentials/src/com/earth2me/essentials/Potions.java b/Essentials/src/com/earth2me/essentials/Potions.java index 9eaa7ab8f..a01774a5a 100644 --- a/Essentials/src/com/earth2me/essentials/Potions.java +++ b/Essentials/src/com/earth2me/essentials/Potions.java @@ -67,7 +67,6 @@ public class Potions POTIONS.put("resistance", PotionEffectType.DAMAGE_RESISTANCE); ALIASPOTIONS.put("dmgresist", PotionEffectType.DAMAGE_RESISTANCE); ALIASPOTIONS.put("armor", PotionEffectType.DAMAGE_RESISTANCE); - ALIASPOTIONS.put("dmgresist", PotionEffectType.DAMAGE_RESISTANCE); POTIONS.put("fireresist", PotionEffectType.FIRE_RESISTANCE); ALIASPOTIONS.put("fireresistance", PotionEffectType.FIRE_RESISTANCE);