diff a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm (rejected hunks) @@ -8,7 +8,7 @@ if(href_list["ahelp"]) if(!check_rights(R_ADMIN)) return - + var/ahelp_ref = href_list["ahelp"] var/datum/admin_help/AH = locate(ahelp_ref) if(AH)