From 72f20234f07abc22e5b00de45302caa03e946088 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 25 Jun 2023 23:15:19 -0400 Subject: [PATCH] timers.lua: export cooldown --- timers.lua | 1 + 1 file changed, 1 insertion(+) 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