From 4ac59369faebcd89144d2e0b24594eddf37dd099 Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Mon, 22 Sep 2014 04:39:19 +0100 Subject: [PATCH] Mod access No Mods shouldn't be able to jump like that --- 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 a36c1aa6..e43d85ad 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -288,7 +288,6 @@ var/list/admin_verbs_mod = list( /client/proc/admin_ghost, /*allows us to ghost/reenter body at will*/ /client/proc/cmd_mod_say, /client/proc/check_ai_laws, - /client/proc/jumptomob, /datum/admins/proc/show_player_info, /client/proc/player_panel_new, /client/proc/dsay,