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")