Add 'clan' to the clans command

This commit is contained in:
libraryaddict 2015-07-17 17:12:44 +12:00
parent c79117f86a
commit 3dcf489ea6
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class ClansCommand extends CommandBase<ClansManager>
public ClansCommand(ClansManager plugin)
{
super(plugin, Rank.ALL, "c", "clans", "factions");
super(plugin, Rank.ALL, "c", "clan", "clans", "factions");
_manager = plugin;
}