From 088e7ddc03b872244fbb20561747afdb2774317a Mon Sep 17 00:00:00 2001 From: GunfighterJ Date: Sun, 4 Aug 2013 12:53:46 -0500 Subject: [PATCH] Remove duplicate key --- Essentials/src/com/earth2me/essentials/Potions.java | 1 - 1 file changed, 1 deletion(-) 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);