Forgot I would need a null check.

This commit is contained in:
DJSnapshot
2014-05-16 21:26:08 -07:00
parent 085c209651
commit 56e3d0a37f

View File

@@ -555,7 +555,7 @@ datum/preferences
return
proc/SetAntagoptions(mob/user)
if(uplinklocation == "")
if(uplinklocation == "" || !uplinklocation)
uplinklocation = "PDA"
var/HTML = "<body>"
HTML += "<tt><center>"