mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Adds a permission to only view runtimes (#13072)
* Adds a permission to only view runtimes * It would appear I am half asleep * Almost failed my own CI tests there. good job AA
This commit is contained in:
@@ -832,7 +832,7 @@ GLOBAL_PROTECT(AdminProcCaller)
|
||||
set name = "View Runtimes"
|
||||
set desc = "Open the Runtime Viewer"
|
||||
|
||||
if(!check_rights(R_DEBUG))
|
||||
if(!check_rights(R_DEBUG|R_VIEWRUNTIMES))
|
||||
return
|
||||
|
||||
GLOB.error_cache.showTo(usr)
|
||||
|
||||
Reference in New Issue
Block a user