this gets it to the point it compiles

This commit is contained in:
shellspeed1
2022-09-09 18:04:52 -07:00
parent defbd507ba
commit f2ed6a571c
8 changed files with 107 additions and 40 deletions

View File

@@ -867,10 +867,11 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
ip_intel = res.intel
/client/Click(atom/object, atom/location, control, params, ignore_spam = FALSE, extra_info)
/*if(last_click > world.time - world.tick_lag)
if(last_click > world.time - world.tick_lag)
return
last_activity = world.time
last_click = world.time*/
last_click = world.time
//fullauto stuff
if(!control)
return
if(click_intercept_time)