change C_Timer

This commit is contained in:
Bunny67
2020-06-03 16:43:25 +03:00
parent 435f1fb369
commit b2cede99f0
5 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -2785,7 +2785,7 @@ 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()
C_Timer.After(0.1, function()
WeakAuras.ReloadOptions(data.id)
end );
end