From 17f513eae4a48001a4e0aa5b6fb94b7ca3f96085 Mon Sep 17 00:00:00 2001 From: shellspeed1 Date: Tue, 20 Sep 2022 23:08:24 -0700 Subject: [PATCH] Fixes clicking in the object menu but at what cost --- code/modules/client/client_procs.dm | 2 ++ 1 file changed, 2 insertions(+) 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.