diff --git a/code/modules/tgs/v5/chat_commands.dm b/code/modules/tgs/v5/chat_commands.dm index bc73602861e..c165e666324 100644 --- a/code/modules/tgs/v5/chat_commands.dm +++ b/code/modules/tgs/v5/chat_commands.dm @@ -4,7 +4,7 @@ admin_only = FALSE /datum/tgs_chat_command/status/Run(datum/tgs_chat_user/sender, params) - return "```Players logged in: [GLOB.clients.len] - Round Duration: [roundduration2text()]```" + return "**Players:** [TGS_CLIENT_COUNT]\n**Round Duration:** [roundduration2text()]\n**Web Manifest:** " /datum/tgs_chat_command/parsetest name = "parsetest"