Fixes repeated adminhelp message

This commit is contained in:
Jordan Brown
2017-07-07 11:36:59 -04:00
parent e8076924a4
commit 55c2c2af7f
+1 -1
View File
@@ -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, "<span class='adminnotice'>PM to-<b>Admins</b>: [name]</span>")
to_chat(initiator, "<span class='adminnotice'>PM to-<b>Admins</b>: [msg]</span>")
//Reopen a closed ticket
/datum/admin_help/proc/Reopen()