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:
@ -23,7 +23,7 @@ function RangeCheck.prototype:Enable(core)
|
||||
DogTag = AceLibrary("LibDogTag-3.0")
|
||||
self:RegisterFontStrings()
|
||||
else
|
||||
self:ScheduleRepeatingEvent(self.elementName, self.UpdateRange, 0.1, self)
|
||||
self:ScheduleRepeatingTimer(function() self:UpdateRange() end, 0.1)
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user