Fixes #3326 - uncommented admin-ERT verb

This commit is contained in:
Kilakk
2013-07-21 19:38:32 -04:00
parent afeb753f8e
commit e9483415d3

View File

@@ -69,9 +69,7 @@ var/list/admin_verbs_admin = list(
/client/proc/check_customitem_activity,
/client/proc/man_up,
/client/proc/global_man_up
/* Currently unticked.
/client/proc/response_team
*/
/client/proc/response_team // Response Teams admin verb
)
var/list/admin_verbs_ban = list(
/client/proc/unban_panel,
@@ -764,4 +762,4 @@ var/list/admin_verbs_mod = list(
T << 'sound/voice/ManUp1.ogg'
log_admin("[key_name(usr)] told everyone to man up and deal with it.")
message_admins("\blue [key_name_admin(usr)] told everyone to man up and deal with it.", 1)
message_admins("\blue [key_name_admin(usr)] told everyone to man up and deal with it.", 1)