From b052e8367f36c28d5f49d0591d55ba0f3d83addd Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Sat, 2 Jan 2016 04:07:16 -0800 Subject: [PATCH] Update debug.dm --- code/modules/admin/verbs/debug.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/debug.dm b/code/modules/admin/verbs/debug.dm index 03dbd25a7a6..f4bba06a0d2 100644 --- a/code/modules/admin/verbs/debug.dm +++ b/code/modules/admin/verbs/debug.dm @@ -72,7 +72,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that usr << "Error: callproc(): target has no such call [procname]." return else - procpath = text2path(procname) + var/procpath = text2path(procname) if (!procpath) usr << "Error: callproc(): proc [procname] does not exist. (Did you forget the /proc/ part?)" return