mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
fix MirrorTimerFrame_OnUpdate nil error (maybe?)
This commit is contained in:
@@ -54,7 +54,6 @@ local function LoadSkin()
|
|||||||
mirrorTimer.TimerText = TimerText
|
mirrorTimer.TimerText = TimerText
|
||||||
|
|
||||||
mirrorTimer.timeSinceUpdate = 0.3
|
mirrorTimer.timeSinceUpdate = 0.3
|
||||||
HookScript(mirrorTimer, "OnUpdate", MirrorTimerFrame_OnUpdate)
|
|
||||||
|
|
||||||
E:CreateMover(mirrorTimer, "MirrorTimer" .. i .. "Mover", L["MirrorTimer"] .. i, nil, nil, nil, "ALL,SOLO")
|
E:CreateMover(mirrorTimer, "MirrorTimer" .. i .. "Mover", L["MirrorTimer"] .. i, nil, nil, nil, "ALL,SOLO")
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user