diff --git a/timers.lua b/timers.lua index aad4591..41b0e1d 100644 --- a/timers.lua +++ b/timers.lua @@ -70,6 +70,7 @@ do end events.TICK:register(function() if player then tick() end end, "cooldown") end +timers.cooldown=cooldown function rateLimit(ticks, next, name) if timers.cooldown(ticks+1, name) then