mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Adds SHOULD_NOT_SLEEP to Destroy. Why didn't we do this before. (#61943)
This commit is contained in:
@@ -125,7 +125,8 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
|
||||
if(C.current_ticket)
|
||||
var/datum/admin_help/T = C.current_ticket
|
||||
T.AddInteraction("Client disconnected.")
|
||||
SSblackbox.LogAhelp(T, "Disconnected", "Client disconnected", C.ckey)
|
||||
//Gotta async this cause clients only logout on destroy, and sleeping in destroy is disgusting
|
||||
INVOKE_ASYNC(SSblackbox, /datum/controller/subsystem/blackbox/proc/LogAhelp, T, "Disconnected", "Client disconnected", C.ckey)
|
||||
T.initiator = null
|
||||
|
||||
//Get a ticket given a ckey
|
||||
|
||||
Reference in New Issue
Block a user