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"