Skip to content

Commit

Permalink
gone
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Sep 18, 2023
1 parent 8a7d2f5 commit b813a34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/modules/client/client_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b813a34

Please sign in to comment.