From 0fd423114351ee194b1cf3b4a3824be3335efcd5 Mon Sep 17 00:00:00 2001 From: Remie Richards Date: Tue, 30 May 2017 20:51:05 +0100 Subject: [PATCH] If the comment were code, it would have errored! --- 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 762f1cdb211..7dc71a2fc51 100644 --- a/code/modules/admin/verbs/debug.dm +++ b/code/modules/admin/verbs/debug.dm @@ -52,7 +52,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that if(!procname) return - //hascall() doesn't support proc paths (eg: /proc/gib(), it only supports "gib" + //hascall() doesn't support proc paths (eg: /proc/gib(), it only supports "gib") var/testname = procname if(targetselected) //Find one of the 3 possible ways they could have written /proc/PROCNAME