Skip to content

Commit

Permalink
and give command category of new too
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Jul 26, 2017
1 parent fef4e25 commit d4cfe05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fCraft/Commands/MaintenanceCommands.cs
Expand Up @@ -1379,10 +1379,10 @@ static void SaveHandler(Player player, CommandReader cmd)
static readonly CommandDescriptor CdAutoRankCheck = new CommandDescriptor { static readonly CommandDescriptor CdAutoRankCheck = new CommandDescriptor {
Name = "AutoRankCheck", Name = "AutoRankCheck",
Aliases = new string[] { "arc" }, Aliases = new string[] { "arc" },
Category = CommandCategory.Maintenance | CommandCategory.Moderation, Category = CommandCategory.New | CommandCategory.Maintenance | CommandCategory.Moderation,
IsConsoleSafe = true, IsConsoleSafe = true,
Permissions = new[] { Permission.EditPlayerDB }, Permissions = new[] { Permission.EditPlayerDB },
Help = "Allows checking whether a player has met all autorank condition(s).", Help = "Checks whether a player has met all autorank condition(s).",
Usage = "/AutoRankCheck [Player]", Usage = "/AutoRankCheck [Player]",
Handler = AutoRankCheckHandler Handler = AutoRankCheckHandler
}; };
Expand Down

0 comments on commit d4cfe05

Please sign in to comment.