From 325bff8cb0f4de1aa4e741e95840a6d693749b45 Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Thu, 5 May 2022 23:08:34 +0100 Subject: [PATCH] I may be stupid (#17737) --- 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 961c556e7db..7595e1d7672 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -152,7 +152,7 @@ // I know its a very rare occurance, but I wouldnt doubt people using this to withdraw consent right when sec captures them message_admins("[key_name_admin(usr)] was disconnected due to withdrawing their ToS consent.") to_chat(usr, "Your ToS consent has been withdrawn. You have been kicked from the server") - del(src) + qdel(src) switch(href_list["action"]) if("openLink")