From 6082340077d24f0d6947886f96e39c6dc84ca3b2 Mon Sep 17 00:00:00 2001 From: DJSnapshot Date: Sat, 19 Apr 2014 23:38:43 -0700 Subject: [PATCH] super quick fix. Didn't realize my antag option thing would produce a null unclickable state. --- code/modules/client/preferences.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 33e2788bc36..477f7e14ae6 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -552,6 +552,8 @@ datum/preferences return proc/SetAntagoptions(mob/user) + if(uplinklocation == "") + uplinklocation = "PDA" var/HTML = "" HTML += "
" HTML += "Antagonist Options
"