From efc7fa888fdfe5dc079bf3b6d1a180075bff0fbe Mon Sep 17 00:00:00 2001 From: AffectedArc07 Date: Fri, 10 Jul 2020 20:59:18 +0100 Subject: [PATCH] Log message change --- code/modules/admin/verbs/debug.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/debug.dm b/code/modules/admin/verbs/debug.dm index 3464abcb981..02ab4d5ced7 100644 --- a/code/modules/admin/verbs/debug.dm +++ b/code/modules/admin/verbs/debug.dm @@ -156,7 +156,9 @@ GLOBAL_PROTECT(AdminProcCallSpamPrevention) else if(target != world) return call(target, procname)(arglist(arguments)) else - log_admin("[key_name(usr)] attempted to call world/proc/[procname] with arguments: [english_list(arguments)]") + to_chat(usr, "Call to world/proc/[procname] blocked: Advanced ProcCall detected.") + message_admins("[key_name(usr)] attempted to call world/proc/[procname] with arguments: [english_list(arguments)]") + log_admin("[key_name(usr)] attempted to call world/proc/[procname] with arguments: [english_list(arguments)]l") /proc/IsAdminAdvancedProcCall() #ifdef TESTING