From d8132548f672704badc8d86d8baffffeba1addff Mon Sep 17 00:00:00 2001 From: GunfighterJ Date: Thu, 17 Jan 2013 19:27:21 -0600 Subject: [PATCH] Duplicate alias removed --- .../src/com/earth2me/essentials/commands/Commandfirework.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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