Commands.cs: Fix listperm pager hint
This commit is contained in:
parent
00df28ed0e
commit
a7b7301eef
1 changed files with 1 additions and 1 deletions
|
|
@ -2288,7 +2288,7 @@ namespace TShockAPI
|
|||
new PaginationTools.Settings
|
||||
{
|
||||
HeaderFormat = "Permissions for " + grp.Name + " ({0}/{1}):",
|
||||
FooterFormat = "Type /group permlist " + grp.Name + " {0} for more.",
|
||||
FooterFormat = "Type /group listperm " + grp.Name + " {0} for more.",
|
||||
NothingToDisplayString = "There are currently no permissions for " + grp.Name + "."
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue