diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index fc9b3ee8fde..32763f6e81d 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -224,10 +224,6 @@ 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