We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d790a99 commit 1aea14eCopy full SHA for 1aea14e
1 file changed
src/vscripts/lib/timers.lua
@@ -183,7 +183,7 @@ function Timers:ExecuteTimers(timerList, now)
183
while currentTimer and (now >= currentTimer.endTime) do
184
-- Remove from timers list
185
timerList:Remove(currentTimer)
186
- Timers.runningTimer = k
+ Timers.runningTimer = currentTimer
187
Timers.removeSelf = false
188
189
-- Run the callback
0 commit comments