Merge pull request #1951 from Citadel-Station-13/upstream-merge-29120

[MIRROR] Fixes repeated adminhelp message
This commit is contained in:
LetterJay
2017-07-08 14:32:39 -05: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()