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