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
|
||||
|
||||
local function OnUpdate(self, t)
|
||||
if not arg1 or not t then return end
|
||||
|
||||
int = int - (arg1 or t)
|
||||
int2 = int2 - (arg1 or t)
|
||||
int = int - t
|
||||
int2 = int2 - t
|
||||
|
||||
if int < 0 then
|
||||
RebuildAddonList()
|
||||
|
||||
Reference in New Issue
Block a user