comment out

This commit is contained in:
izac112
2020-06-17 08:50:07 +02:00
parent ff9f2b40a6
commit c0fd0e0a45
2 changed files with 4 additions and 2 deletions

View File

@@ -72,6 +72,7 @@
return message
// - Discord register
/* Commented out until i can figure it out or until we update tgs
GLOBAL_LIST_EMPTY(pending_discord_registrations)
/datum/server_tools_command/register
name = "register"
@@ -127,3 +128,4 @@ GLOBAL_LIST_EMPTY(pending_discord_registrations)
GLOB.pending_discord_registrations[GLOB.pending_discord_registrations.len] = list("ckey" = key_to_find, "id" = sender.id, "time" = world.realtime)
return "[sender.friendly_name], I've sent you a message in-game. Please verify your username there to complete your registration within 10 minutes."
*/

View File

@@ -63,7 +63,7 @@
message += "**Admins:** [admin_msg]\n**Mods/GMs:** [mod_msg]\n**Devs:** [dev_msg]\n**Other:** [other_msg]\n**Total:** [count] online"
return message
//YW EDIT: GLOBAL_LIST_EMPTY(pending_discord_registrations)
GLOBAL_LIST_EMPTY(pending_discord_registrations)
/datum/tgs_chat_command/register
name = "register"
help_text = "Registers your chat username with your Byond username"