mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-30 21:17:38 +01:00
Duplicate alias removed
This commit is contained in:
parent
78e6da9504
commit
d8132548f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user