summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2013-11-09 03:40:51 +0000
committerKHobbits <rob@khobbits.co.uk>2013-11-09 03:40:51 +0000
commit7f8d62be02e5f04595776c25323514842a179c0d (patch)
treeba234437979579fe222cdb364408dc6452fde0bf
parent3e725ef0604f40c2963be5587fa297a50880e4e5 (diff)
downloadEssentials-7f8d62be02e5f04595776c25323514842a179c0d.tar
Essentials-7f8d62be02e5f04595776c25323514842a179c0d.tar.gz
Essentials-7f8d62be02e5f04595776c25323514842a179c0d.tar.lz
Essentials-7f8d62be02e5f04595776c25323514842a179c0d.tar.xz
Essentials-7f8d62be02e5f04595776c25323514842a179c0d.zip
Add a couple more enchant aliases for blast protection
-rw-r--r--Essentials/src/com/earth2me/essentials/Enchantments.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/Essentials/src/com/earth2me/essentials/Enchantments.java b/Essentials/src/com/earth2me/essentials/Enchantments.java
index e688355a8..785f13adb 100644
--- a/Essentials/src/com/earth2me/essentials/Enchantments.java
+++ b/Essentials/src/com/earth2me/essentials/Enchantments.java
@@ -86,6 +86,8 @@ public class Enchantments
ALIASENCHANTMENTS.put("explosionprotection", Enchantment.PROTECTION_EXPLOSIONS);
ALIASENCHANTMENTS.put("expprot", Enchantment.PROTECTION_EXPLOSIONS);
ALIASENCHANTMENTS.put("blastprotection", Enchantment.PROTECTION_EXPLOSIONS);
+ ALIASENCHANTMENTS.put("bprotection", Enchantment.PROTECTION_EXPLOSIONS);
+ ALIASENCHANTMENTS.put("bprotect", Enchantment.PROTECTION_EXPLOSIONS);
ENCHANTMENTS.put("blastprotect", Enchantment.PROTECTION_EXPLOSIONS);
ALIASENCHANTMENTS.put("pe", Enchantment.PROTECTION_EXPLOSIONS);