summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunfighterJ <joseph.jenniges@gmail.com>2013-01-17 19:27:21 -0600
committerGunfighterJ <joseph.jenniges@gmail.com>2013-01-17 19:27:21 -0600
commitb4dafe5ac997de2b3123819db8dc35d9e5f77812 (patch)
tree738e200ae7f1d6fd09cbc870052c40518e3c149a
parent8be27fc3079d91a209dbc8f3ea8ee46f2f0e399a (diff)
downloadEssentials-b4dafe5ac997de2b3123819db8dc35d9e5f77812.tar
Essentials-b4dafe5ac997de2b3123819db8dc35d9e5f77812.tar.gz
Essentials-b4dafe5ac997de2b3123819db8dc35d9e5f77812.tar.lz
Essentials-b4dafe5ac997de2b3123819db8dc35d9e5f77812.tar.xz
Essentials-b4dafe5ac997de2b3123819db8dc35d9e5f77812.zip
Duplicate alias removed
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandfirework.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandfirework.java b/Essentials/src/com/earth2me/essentials/commands/Commandfirework.java
index ddd1fc705..2b808dc1b 100644
--- a/Essentials/src/com/earth2me/essentials/commands/Commandfirework.java
+++ b/Essentials/src/com/earth2me/essentials/commands/Commandfirework.java
@@ -154,7 +154,7 @@ public class Commandfirework extends EssentialsCommand
user.sendMessage(_("invalidFireworkFormat", split[1], split[0]));
}
}
- if ((split[0].equalsIgnoreCase("fire") || split[0].equalsIgnoreCase("f")) && user.isAuthorized("essentials.firework.fire"))
+ if (split[0].equalsIgnoreCase("fire") && user.isAuthorized("essentials.firework.fire"))
{
fire = true;
try