From 80c8648d0aeb1870ec69c48cf772cecb0586e0d9 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Mon, 25 Jul 2022 22:08:12 -0500 Subject: [PATCH] consistency --- 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 6bb1eb3018c..24df57d5f4d 100644 --- a/code/modules/tgs/v5/chat_commands.dm +++ b/code/modules/tgs/v5/chat_commands.dm @@ -20,7 +20,7 @@ else active++ - return "Current server status:\n**Web Manifest:** \n**Players:** [counts]\n**AFK:** [afks]\n**Active:** [active]\n**Bellied** [bellied]\nRound Duration:** [roundduration2text()]" + return "Current server status:\n**Web Manifest:** \n**Players:** [counts]\n**AFK:** [afks]\n**Active:** [active]\n**Bellied:** [bellied]\n\nRound Duration:** [roundduration2text()]" /datum/tgs_chat_command/parsetest name = "parsetest"