diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 8a93993cb2..e914e91ef5 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -14,6 +14,7 @@ var/list/admin_verbs_default = list( /client/proc/toggle_hear_radio, /*toggles whether we hear the radio*/ /client/proc/investigate_show, /*various admintools for investigation. Such as a singulo grief-log*/ /client/proc/secrets, + /client/proc/restart_controller, /client/proc/reload_admins, /client/proc/reload_mentors, /client/proc/reestablish_db_connection,/*reattempt a connection to the database*/ @@ -132,7 +133,6 @@ var/list/admin_verbs_debug = list( /client/proc/cmd_debug_mob_lists, /client/proc/cmd_admin_delete, /client/proc/cmd_debug_del_all, - /client/proc/restart_controller, /client/proc/enable_debug_verbs, /client/proc/callproc, /client/proc/callproc_datum,