Fix current_ticket.initiator not being set when a client relogs (#520)

This commit is contained in:
CitadelStationBot
2017-04-23 01:36:14 -05:00
committed by Poojawa
parent da2bde0e5a
commit 7dc86aa2db

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)