From d60874138545e71977a404e15b80cc1a128fe20b Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sat, 8 Jul 2017 13:19:07 -0500 Subject: [PATCH] Fixes repeated adminhelp message --- code/modules/admin/verbs/adminhelp.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index a2a2ff4258..0177798e25 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -263,7 +263,7 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new) to_chat(X, chat_msg) //show it to the person adminhelping too - to_chat(initiator, "PM to-Admins: [name]") + to_chat(initiator, "PM to-Admins: [msg]") //Reopen a closed ticket /datum/admin_help/proc/Reopen()