From 29bbef79bf77a82612bcf88cd78b3c7632514d4c Mon Sep 17 00:00:00 2001 From: Spookuni <70739420+Spookuni@users.noreply.github.com> Date: Thu, 17 Aug 2023 01:39:10 +1000 Subject: [PATCH] wtb active headmin (#77670) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About The Pull Request this pr made me learn to webedit ## Why It's Good For The Game turns out headmins have interesting functionality, probably good to have them around ## Changelog 🆑 balance: Re-escalates terry powergaming by increasing the strength of sec /🆑 --- code/modules/client/client_procs.dm | 4 ---- 1 file changed, 4 deletions(-) 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