From a7b7301eefd862a642c8c04de70587840e38dcfd Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Fri, 4 Oct 2013 03:18:36 +0000 Subject: [PATCH] Commands.cs: Fix listperm pager hint --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 9215075c..cc84f935 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -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 + "." }); }