This commit is contained in:
AffectedArc07
2019-02-10 22:23:09 +00:00
parent 7b5037e16f
commit 0428b0d9bf
+1 -1
View File
@@ -3,7 +3,7 @@
set category = "OOC"
set name = "Link Discord Account"
set desc = "Link your discord account to your BYOND account."
user_ckey = sanitizeSQL(usr.ckey) // Probably not neccassary but better safe than sorry
var/user_ckey = sanitizeSQL(usr.ckey) // Probably not neccassary but better safe than sorry
if(!config.sql_enabled)
to_chat(src, "<span class='warning'>This is feature requires the SQL backend</span>")
return