From 2ddddbbbaa4df3e06d47d910f8744776f18adb38 Mon Sep 17 00:00:00 2001 From: Letter N <24603524+LetterN@users.noreply.github.com> Date: Sun, 23 Aug 2020 22:07:26 +0800 Subject: [PATCH] input moment --- code/modules/client/client_procs.dm | 3 --- 1 file changed, 3 deletions(-) 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()