From 512ec24b57516523924b177805dbb1138f845efd Mon Sep 17 00:00:00 2001 From: CoderCow Date: Mon, 22 Jul 2013 10:45:36 +0200 Subject: [PATCH] Minor fix of /region info's output. --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index a2c925d7..ac8cf231 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -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) } );