mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-07-21 05:04:21 +01:00
Merge pull request #195 from Be1aya/runtime-viewer
Runtime viewer for non admins
This commit is contained in:
@@ -322,6 +322,14 @@ GLOBAL_VAR_INIT(normal_ooc_colour, "#002eb8")
|
||||
pct += delta
|
||||
winset(src, "mainwindow.split", "splitter=[pct]")
|
||||
|
||||
//GS13: Runtime viewer for users
|
||||
/client/verb/view_runtimes_minimal()
|
||||
set name = "View Minimal Runtimes"
|
||||
set category = "OOC"
|
||||
set desc = "Open the runtime error viewer, with reduced information"
|
||||
|
||||
GLOB.error_cache.show_to_minimal(src)
|
||||
|
||||
/client/verb/fix_stat_panel()
|
||||
set name = "Fix Stat Panel"
|
||||
set hidden = TRUE
|
||||
|
||||
Reference in New Issue
Block a user