diff --git a/2/3/4/5/6/7/ElvUI/Modules/DataTexts/System.lua b/2/3/4/5/6/7/ElvUI/Modules/DataTexts/System.lua index ab9a42f..1feb8da 100644 --- a/2/3/4/5/6/7/ElvUI/Modules/DataTexts/System.lua +++ b/2/3/4/5/6/7/ElvUI/Modules/DataTexts/System.lua @@ -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()