Makes the ahelp topic give the permissions warning

This commit is contained in:
Jordan Brown
2017-08-10 15:55:40 -04:00
committed by GitHub
parent fedccea519
commit f377a14f1c
+1 -1
View File
@@ -6,7 +6,7 @@
log_admin("[key_name(usr)] tried to use the admin panel without authorization.")
return
if(href_list["ahelp"])
if(!check_rights(R_ADMIN))
if(!check_rights(R_ADMIN, TRUE))
return
var/ahelp_ref = href_list["ahelp"]