Merge pull request #2443 from sgkoishi/patch-1
Update `/help` for `/setup` change
This commit is contained in:
commit
03c20a9804
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