From 827fbb01311f4b02bfc3d70f99f02c20aa933424 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Wed, 17 Aug 2022 01:20:33 -0700 Subject: [PATCH] Fix TGS stats --- code/modules/tgs/v5/chat_commands.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/tgs/v5/chat_commands.dm b/code/modules/tgs/v5/chat_commands.dm index 12b0baf9d9..58b71c906c 100644 --- a/code/modules/tgs/v5/chat_commands.dm +++ b/code/modules/tgs/v5/chat_commands.dm @@ -21,7 +21,7 @@ else active++ - return "Current server status:\n**Web Manifest:** " //CHOMPEdit + return "Current server status:\n**Web Manifest:** \n**Players:** [counts]\n**Active:** [active]\n**AFK:** [afks]\n**Bellied:** [bellied]\n\n**Round Duration:** [roundduration2text()]" //CHOMPEdit /datum/tgs_chat_command/parsetest name = "parsetest"