From 360ad68c1c2e52cc20d87777fa80563e89d616d1 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Wed, 10 May 2023 23:55:17 -0400 Subject: [PATCH] Fix SHOULD_NOT_SLEEP hit in /client/Destroy() (#75241) See #75232 --- code/modules/client/client_procs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index fea2d382f67..5805ea29ba2 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -574,7 +574,7 @@ GLOBAL_LIST_INIT(blacklisted_builds, list( "Forever alone :("\ ) - send2adminchat("Server", "[cheesy_message] (No admins online)") + INVOKE_ASYNC(GLOBAL_PROC, GLOBAL_PROC_REF(send2adminchat), "Server", "[cheesy_message] (No admins online)") QDEL_LIST_ASSOC_VAL(char_render_holders) active_mousedown_item = null