Fixes devs being unable to see the "view bug reports" verb and a runtime in the rejection message (#30736)

* Adds the bug report verb to the view_runtimes verb list

* fix rejection messagea
This commit is contained in:
Migratingcocofruit
2025-10-21 22:08:41 +03:00
committed by GitHub
parent 4f88aa976b
commit b526dbce31
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -269,7 +269,8 @@ GLOBAL_LIST_INIT(view_runtimes_verbs, list(
/client/proc/raw_gas_scan,
/client/proc/teleport_interesting_turf,
/client/proc/visualize_interesting_turfs,
/client/proc/profile_code
/client/proc/profile_code,
/client/proc/view_bug_reports,
))
GLOBAL_LIST_INIT(view_logs_verbs, list(
/client/proc/getserverlogs,