mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 11:35:19 +01:00
Required admin privileges restrictions
Added a check to ranged LOOC to only broadcast them to active staff. Added a check to the ahelp ticket panel to only allow active staff to view them.
This commit is contained in:
@@ -743,7 +743,8 @@
|
||||
SS.stat_entry()
|
||||
|
||||
if(statpanel("Tickets"))
|
||||
GLOB.ahelp_tickets.stat_entry()
|
||||
if(check_rights(R_ADMIN|R_SERVER,FALSE)) //Prevents non-staff from opening the list of ahelp tickets
|
||||
GLOB.ahelp_tickets.stat_entry()
|
||||
|
||||
|
||||
if(length(GLOB.sdql2_queries))
|
||||
|
||||
Reference in New Issue
Block a user