mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- replaced AceEvent-2.0 with AceEvent-3.0/AceTimer-3.0
This commit is contained in:
@ -26,7 +26,7 @@ function GlobalCoolDown.prototype:Enable(core)
|
||||
|
||||
self:RegisterEvent("ACTIONBAR_UPDATE_COOLDOWN", "CooldownStateChanged")
|
||||
|
||||
self:ScheduleRepeatingEvent(self.elementName, self.UpdateGlobalCoolDown, 0.05, self)
|
||||
self:ScheduleRepeatingTimer(function() self:UpdateGlobalCoolDown() end, 0.05)
|
||||
|
||||
self:Show(false)
|
||||
end
|
||||
|
Reference in New Issue
Block a user