fixes viewruntimes not being able to use a verb I gave them (#22512)

This commit is contained in:
GDN
2023-09-23 22:55:01 -05:00
committed by GitHub
parent ad5e71c9da
commit 86150e9315
+1 -1
View File
@@ -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