From 5162ea986429b60e4826edae7e125fb196829d7a Mon Sep 17 00:00:00 2001 From: Heroman Date: Mon, 24 Oct 2022 17:21:49 +1000 Subject: [PATCH] Fixes typo with n/a --- 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 0974c9b6f6..b326936656 100644 --- a/code/modules/tgs/v5/chat_commands.dm +++ b/code/modules/tgs/v5/chat_commands.dm @@ -8,7 +8,7 @@ var/afks = 0 var/active = 0 var/bellied = 0 - var/map_name = "n\a" + var/map_name = "n/a" if(using_map && using_map.full_name) map_name = using_map.full_name