We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4740c25 + 1aea14e commit 3e52b67Copy full SHA for 3e52b67
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