mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-06-02 12:48:49 +01:00
7161a6c22e
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
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")
|