mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
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:
committed by
GitHub
parent
4f88aa976b
commit
b526dbce31
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user