mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
9 lines
254 B
Plaintext
9 lines
254 B
Plaintext
/client/proc/debug_rogueminer()
|
|
set category = "Debug"
|
|
set name = "Debug RogueMiner"
|
|
set desc = "Debug the RogueMiner controller."
|
|
|
|
if(!check_rights_for(src, R_HOLDER)) return
|
|
debug_variables(rm_controller)
|
|
feedback_add_details("admin_verb","DRM")
|