From d4cf37fffea0d62d1a1795c5e40ff2c20dcb7e81 Mon Sep 17 00:00:00 2001 From: ricky Date: Fri, 10 Jun 2011 11:19:25 +1000 Subject: [PATCH] Updated playing to be exactly like Terraria playing so that Gmod theater ping is happy. --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 438eb3c4..22893efb 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -249,7 +249,7 @@ namespace TShockAPI public static void Playing(CommandArgs args) { - Tools.SendMessage(args.PlayerID, Tools.GetPlayers()); + Tools.SendMessage(args.PlayerID, "Current players: " + Tools.GetPlayers(), 255f, 240f, 20f); } public static void DebugConfiguration(CommandArgs args)