mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Configuration Controller (#7857)
This commit is contained in:
@@ -158,7 +158,7 @@
|
||||
next_click = max(world.time + timeout, next_click)
|
||||
|
||||
/mob/proc/checkClickCooldown()
|
||||
if(next_click > world.time && !config.no_click_cooldown)
|
||||
if(next_click > world.time && !CONFIG_GET(flag/no_click_cooldown)) // CHOMPEdit
|
||||
return FALSE
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user