diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 7d04cd305f..72250fa8f2 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -853,9 +853,6 @@ GLOBAL_LIST_INIT(blacklisted_builds, list( // so that the visual focus indicator matches reality. winset(src, null, "input.background-color=[COLOR_INPUT_DISABLED]") - else - winset(src, null, "input.focus=true input.background-color=[COLOR_INPUT_ENABLED]") - ..() /client/proc/add_verbs_from_config()