Minor fix of /region info's output.

This commit is contained in:
CoderCow 2013-07-22 10:45:36 +02:00
parent dcfdbd1dbd
commit 512ec24b57

View file

@ -2879,7 +2879,7 @@ namespace TShockAPI
args.Player, pageNumber, lines, new PaginationTools.Settings
{
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)
}
);