Update /help for /setup change
The auth command was renamed in 8451ef9fb7 but the `/help` command was not updated.
This commit is contained in:
parent
367883417d
commit
bc5c337b5e
1 changed files with 1 additions and 1 deletions
|
|
@ -5109,7 +5109,7 @@ namespace TShockAPI
|
|||
}
|
||||
|
||||
IEnumerable<string> cmdNames = from cmd in ChatCommands
|
||||
where cmd.CanRun(args.Player) && (cmd.Name != "auth" || TShock.SetupToken != 0)
|
||||
where cmd.CanRun(args.Player) && (cmd.Name != "setup" || TShock.SetupToken != 0)
|
||||
select Specifier + cmd.Name;
|
||||
|
||||
PaginationTools.SendPage(args.Player, pageNumber, PaginationTools.BuildLinesFromTerms(cmdNames),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue