diff --git a/code/game/world.dm b/code/game/world.dm index fce40ca468a..11e719e5df5 100644 --- a/code/game/world.dm +++ b/code/game/world.dm @@ -306,8 +306,8 @@ var/world_topic_spam_protect_time = world.timeofday var/s = "" if(CONFIG_GET(string/servername)) - s += "[CONFIG_GET(string/servername)]" - + s += "[CONFIG_GET(string/servername)]" + s += "
Discord: [CONFIG_GET(string/forumurl)]" if(SSmapping?.configs) var/datum/map_config/MG = SSmapping.configs[GROUND_MAP] s += "
Map: [MG?.map_name ? "[MG.map_name]" : ""]"