diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index c04b18891bb..446c34755e6 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -296,7 +296,8 @@ var/list/admin_verbs_mod = list( /client/proc/jobbans, /client/proc/cmd_admin_subtle_message, /*send an message to somebody as a 'voice in their head'*/ /datum/admins/proc/paralyze_mob, - /client/proc/toggleattacklogs + /client/proc/toggleattacklogs, + /client/proc/cmd_admin_check_contents ) var/list/admin_verbs_dev = list( //will need to be altered - Ryan784