From 380e8d08181add7c0ccb345a345f6def11dac659 Mon Sep 17 00:00:00 2001 From: MarioE Date: Thu, 11 Jul 2013 08:00:03 -0400 Subject: [PATCH] Added the / before command names back into /help output. --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index ccf67304..a2c925d7 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -3095,7 +3095,7 @@ namespace TShockAPI return; IEnumerable cmdNames = from cmd in ChatCommands where cmd.CanRun(args.Player) && (cmd.Name != "auth" || TShock.AuthToken != 0) - select cmd.Name; + select "/" + cmd.Name; PaginationTools.SendPage(args.Player, pageNumber, PaginationTools.BuildLinesFromTerms(cmdNames), new PaginationTools.Settings {