abandon C_Timer

This commit is contained in:
Bunny67
2020-06-29 18:45:14 +03:00
parent 9a42c57421
commit 7e15296d21
5 changed files with 106 additions and 230 deletions
+2 -2
View File
@@ -2785,9 +2785,9 @@ end
-- Thus Reload the options after a very small delay.
function WeakAuras.ScheduleReloadOptions(data)
if (type(data.id) ~= "table") then
C_Timer.After(0.1, function()
WeakAuras.timer:ScheduleTimer(function()
WeakAuras.ReloadOptions(data.id)
end );
end, 0.1);
end
end