Updated playing to be exactly like Terraria playing so that Gmod theater ping is happy.
This commit is contained in:
parent
af2ddb1ee9
commit
d4cf37fffe
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ namespace TShockAPI
|
||||||
|
|
||||||
public static void Playing(CommandArgs args)
|
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)
|
public static void DebugConfiguration(CommandArgs args)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue