Updated playing to be exactly like Terraria playing so that Gmod theater ping is happy.

This commit is contained in:
ricky 2011-06-10 11:19:25 +10:00
parent af2ddb1ee9
commit d4cf37fffe

View file

@ -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)