From 9bcc061d1f2f2784af9f276f30c64dcb445f6284 Mon Sep 17 00:00:00 2001 From: ccomp5950 Date: Fri, 3 Jul 2015 15:03:51 -0400 Subject: [PATCH] DSAY will now list that it's dsay in log instead of generic log_admin --- code/modules/admin/verbs/deadsay.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/deadsay.dm b/code/modules/admin/verbs/deadsay.dm index 1a68f3016bf..c4e9430eb8c 100644 --- a/code/modules/admin/verbs/deadsay.dm +++ b/code/modules/admin/verbs/deadsay.dm @@ -21,7 +21,7 @@ var/stafftype = uppertext(holder.rank) msg = sanitize(copytext(msg, 1, MAX_MESSAGE_LEN)) - log_admin("[key_name(src)] : [msg]") + log_admin("DSAY: [key_name(src)] : [msg]") if (!msg) return