From 0428b0d9bf8a054bf61b48fdc2c8ff06cce281e6 Mon Sep 17 00:00:00 2001 From: AffectedArc07 Date: Sun, 10 Feb 2019 22:23:09 +0000 Subject: [PATCH] oops --- code/modules/discord/accountlink.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/discord/accountlink.dm b/code/modules/discord/accountlink.dm index 119b69bdd6c..255a6e2c457 100644 --- a/code/modules/discord/accountlink.dm +++ b/code/modules/discord/accountlink.dm @@ -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, "This is feature requires the SQL backend") return