mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 01:23:41 +01:00
fixes viewruntimes not being able to use a verb I gave them (#22512)
This commit is contained in:
@@ -959,7 +959,7 @@ GLOBAL_PROTECT(AdminProcCallSpamPrevention)
|
||||
set category = "Debug"
|
||||
set name = "Visualise Active Turfs"
|
||||
|
||||
if(!check_rights(R_DEBUG))
|
||||
if(!check_rights(R_DEBUG | R_VIEWRUNTIMES))
|
||||
return
|
||||
|
||||
// This can potentially iterate through a list thats 20k things long. Give ample warning to the user
|
||||
|
||||
Reference in New Issue
Block a user