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:
@ -60,7 +60,7 @@ function TargetTargetMana.prototype:Enable(core)
|
||||
self.determineColor = false
|
||||
TargetTargetMana.super.prototype.Enable(self, core)
|
||||
|
||||
self:ScheduleRepeatingEvent(self.elementName, self.Update, 0.1, self, "targettarget")
|
||||
self:ScheduleRepeatingTimer(function() self:Update("targettarget") end, 0.1)
|
||||
end
|
||||
|
||||
function TargetTargetMana.prototype:Disable(core)
|
||||
|
Reference in New Issue
Block a user