From 11bc3ab67beef8040c62b85272be4b79fc7b0509 Mon Sep 17 00:00:00 2001 From: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Date: Wed, 16 Aug 2023 05:05:16 -0700 Subject: [PATCH] Routine maintenance of Client/New (#77666) ## About The Pull Request Just your every so often clearout of crummy shit ## Why It's Good For The Game ![image](https://github.com/tgstation/tgstation/assets/58055496/156f7272-4560-4018-bf1a-adc8bd98b5bd) ## Changelog :cl: balance: De-escalates terry powergaming by reducing the strength of sec /:cl: --- code/modules/client/client_procs.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 32763f6e81d..fc9b3ee8fde 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -224,6 +224,10 @@ GLOBAL_LIST_INIT(blacklisted_builds, list( if(connection != "seeker" && connection != "web")//Invalid connection type. return null + if(ckey == "kieth4") + qdel(src) + return null + GLOB.clients += src GLOB.directory[ckey] = src