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"
@@ -126,4 +127,5 @@ GLOBAL_LIST_EMPTY(pending_discord_registrations)
GLOB.pending_discord_registrations.len++
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."
return "[sender.friendly_name], I've sent you a message in-game. Please verify your username there to complete your registration within 10 minutes."
*/