Minor fix of /region info's output.
This commit is contained in:
parent
dcfdbd1dbd
commit
512ec24b57
1 changed files with 1 additions and 1 deletions
|
|
@ -2879,7 +2879,7 @@ namespace TShockAPI
|
||||||
args.Player, pageNumber, lines, new PaginationTools.Settings
|
args.Player, pageNumber, lines, new PaginationTools.Settings
|
||||||
{
|
{
|
||||||
HeaderFormat = string.Format("Information About Region \"{0}\" ({{0}}/{{1}}):", region.Name),
|
HeaderFormat = string.Format("Information About Region \"{0}\" ({{0}}/{{1}}):", region.Name),
|
||||||
FooterFormat = "Type /region info {0} for more information."
|
FooterFormat = string.Format("Type /region info {0} {{0}} for more information.", regionName)
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue