Fixes repeated adminhelp message

This commit is contained in:
CitadelStationBot
2017-07-08 13:19:07 -05:00
parent 2e4624ee3f
commit d608741385
+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()