Fixes clicking in the object menu but at what cost

This commit is contained in:
shellspeed1
2022-09-20 23:08:24 -07:00
parent 1ebc2e584b
commit 17f513eae4

View File

@@ -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.