Fixes clicking in the object menu but at what cost
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user