mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Remove stray space in chat command
This commit is contained in:
@@ -60,5 +60,5 @@
|
||||
var/dev_msg = english_list(dev_keys, "-None-")
|
||||
var/other_msg = english_list(other_keys, "-None-")
|
||||
|
||||
message += "**Admins:** [admin_msg]\n**Mods/GMs:** [mod_msg]\n **Devs:** [dev_msg]\n**Other:** [other_msg]\n**Total:** [count] online"
|
||||
message += "**Admins:** [admin_msg]\n**Mods/GMs:** [mod_msg]\n**Devs:** [dev_msg]\n**Other:** [other_msg]\n**Total:** [count] online"
|
||||
return message
|
||||
Reference in New Issue
Block a user