From 9a27fa5a7bfe9d495bd4334c0a611585fa78602c Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Wed, 20 Dec 2017 17:16:46 +0300 Subject: [PATCH] fix system dt --- 2/3/4/5/6/7/ElvUI/Modules/DataTexts/System.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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()