Makes the ahelp topic give the permissions warning

This commit is contained in:
CitadelStationBot
2017-08-14 06:54:44 -05:00
parent 6d72705ff5
commit 2476d59be6
+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"]