diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 4f956b5964..6ca963df73 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -872,8 +872,10 @@ GLOBAL_LIST_INIT(blacklisted_builds, list( last_activity = world.time last_click = world.time //fullauto stuff + /* if(!control) return + */ if(click_intercept_time) if(click_intercept_time >= world.time) click_intercept_time = 0 //Reset and return. Next click should work, but not this one.