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
commitd8132548f672704badc8d86d8baffffeba1addff (patch)
tree0fbea9c1c09c7bf9f0c544c3a8af1461b6604d14
parent78e6da95043c05e073045e626f217b34947a63e7 (diff)
downloadEssentials-d8132548f672704badc8d86d8baffffeba1addff.tar
Essentials-d8132548f672704badc8d86d8baffffeba1addff.tar.gz
Essentials-d8132548f672704badc8d86d8baffffeba1addff.tar.lz
Essentials-d8132548f672704badc8d86d8baffffeba1addff.tar.xz
Essentials-d8132548f672704badc8d86d8baffffeba1addff.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