fix system dt

This commit is contained in:
Bunny67
2017-12-20 17:16:46 +03:00
parent 2283e209f6
commit 9a27fa5a7b
@@ -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()