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")