diff --git a/code/modules/admin/verbs/debug.dm b/code/modules/admin/verbs/debug.dm index 895bb877fa1..a19295752f0 100644 --- a/code/modules/admin/verbs/debug.dm +++ b/code/modules/admin/verbs/debug.dm @@ -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