From 1ce3bce2664a4f135b7f74960a83aed4b5fa4cb3 Mon Sep 17 00:00:00 2001 From: Uristqwerty Date: Fri, 18 May 2012 20:46:29 -0400 Subject: [PATCH] Turns out last minute capitalization changes break compiling. --- code/modules/admin/admin_verbs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index cb7b9f56ecf..1a09aebb549 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -219,7 +219,7 @@ verbs += /client/proc/jumptokey verbs += /client/proc/jumptomob verbs += /client/proc/jumptoturf - verbs += /client/proc/open_minimap + verbs += /client/proc/Open_Minimap verbs += /client/proc/cmd_admin_delete verbs += /client/proc/cmd_admin_add_freeform_ai_law verbs += /client/proc/cmd_admin_add_random_ai_law