From 7a43969c7b0ae1a55553942d03334cf8a96fcbe9 Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Fri, 26 Sep 2014 13:21:55 +0100 Subject: [PATCH] Mod access How did I put that there. --- code/modules/admin/admin_verbs.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index e43d85ad..0d90ecc3 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -294,7 +294,6 @@ var/list/admin_verbs_mod = list( /datum/admins/proc/show_skills, /datum/admins/proc/show_player_panel, /client/proc/check_antagonists, - /datum/admins/proc/adjump, /client/proc/jobbans, /client/proc/cmd_admin_subtle_message /*send an message to somebody as a 'voice in their head'*/ )