mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
fix system dt
This commit is contained in:
@@ -150,10 +150,8 @@ local function OnLeave()
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function OnUpdate(self, t)
|
local function OnUpdate(self, t)
|
||||||
if not arg1 or not t then return end
|
int = int - t
|
||||||
|
int2 = int2 - t
|
||||||
int = int - (arg1 or t)
|
|
||||||
int2 = int2 - (arg1 or t)
|
|
||||||
|
|
||||||
if int < 0 then
|
if int < 0 then
|
||||||
RebuildAddonList()
|
RebuildAddonList()
|
||||||
|
|||||||
Reference in New Issue
Block a user