Merge pull request #2367 from Citadel-Station-13/upstream-merge-29841

[MIRROR] Makes the ahelp topic give the permissions warning
This commit is contained in:
LetterJay
2017-08-14 08:21:38 -05:00
committed by GitHub

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"]