Merge pull request #29120 from Cyberboss/ahelpfix

Fixes repeated adminhelp message
This commit is contained in:
Leo
2017-07-08 15:18:13 -03:00
committed by GitHub
+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()