Merge pull request #26410 from Cyberboss/FixesTicketReconnection

Fix current_ticket.initiator not being set when a client relogs
This commit is contained in:
Leo
2017-04-22 22:55:07 -03:00
committed by GitHub
+1
View File
@@ -90,6 +90,7 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
C.current_ticket = CKey2ActiveTicket(C.ckey)
if(C.current_ticket)
C.current_ticket.AddInteraction("Client reconnected.")
C.current_ticket.initiator = C
//Dissasociate ticket
/datum/admin_help_tickets/proc/ClientLogout(client/C)