mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- replaced AceEvent-2.0 with AceEvent-3.0/AceTimer-3.0
This commit is contained in:
@ -103,7 +103,7 @@ function IceCustomHealth.prototype:Enable(core)
|
||||
self:SetUnit(self.moduleSettings.unitToTrack)
|
||||
self:CreateFrame()
|
||||
|
||||
self:ScheduleRepeatingEvent(self.elementName, self.Update, IceHUD.IceCore:UpdatePeriod(), self)
|
||||
self:ScheduleRepeatingTimer(function() self:Update() end, IceHUD.IceCore:UpdatePeriod())
|
||||
end
|
||||
|
||||
function IceCustomHealth.prototype:Disable(core)
|
||||
|
Reference in New Issue
Block a user