V14.2.0 #17

Merged
rayaman merged 17 commits from v14.2.0 into master 2020-03-14 08:35:29 -04:00
Showing only changes of commit 5ef2e0610c - Show all commits

View File

@ -211,7 +211,6 @@ loop:SetTime(3)
multi:newAlarm(2):OnRing(function()
-- some condition that leads to resolving the timer
loop:ResolveTimer(true,"We good")
multi:newAlarm(2):OnRing(function()
loop:SetTime(2)
end)