remove ScheduleTimerFixed

This commit is contained in:
Bunny67
2020-09-06 11:34:33 +03:00
parent 5560d0e24c
commit ec78a9b17f
4 changed files with 34 additions and 51 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ function WeakAuras.scheduleConditionCheck(time, id, cloneId)
end
if (conditionChecksTimers.recheckHandle[id][cloneId] == nil) then
conditionChecksTimers.recheckHandle[id][cloneId] = timer:ScheduleTimerFixed(function()
conditionChecksTimers.recheckHandle[id][cloneId] = timer:ScheduleTimer(function()
conditionChecksTimers.recheckHandle[id][cloneId] = nil;
local region;
if(cloneId and cloneId ~= "") then