From b813a340b6b2113e3468696ff58538d25e498b1f Mon Sep 17 00:00:00 2001 From: Mark Suckerberg Date: Mon, 18 Sep 2023 13:32:04 -0500 Subject: [PATCH] gone --- code/modules/client/client_procs.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 448463b61264..300cbc809cfc 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -909,10 +909,8 @@ GLOBAL_LIST_INIT(blacklisted_builds, list( //check if the server is overloaded and if it is then queue up the click for next tick //yes having it call a wrapping proc on the subsystem is fucking stupid glad we agree unfortunately byond insists its reasonable - /* disabled for responsiveness & prevention of unintentional duplicate clicks if(!QDELETED(object) && TRY_QUEUE_VERB(VERB_CALLBACK(object, /atom/proc/_Click, location, control, params), VERB_OVERTIME_QUEUE_THRESHOLD, SSinput, control)) return - */ if (prefs.hotkeys) winset(src, null, "input.focus=false")