EventTest

This commit is contained in:
Repede
2023-11-26 19:39:12 -05:00
parent c9003599e6
commit 3660e9e234
4 changed files with 6 additions and 15 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
return
if(href_list["ahelp"])
if(!check_rights(R_ADMIN|R_MOD|R_DEBUG|R_EVENT))
if(!check_rights(R_ADMIN|R_MOD|R_DEBUG)) // YW Edit: Remove ahelp viewing from event permissions
return
var/ahelp_ref = href_list["ahelp"]