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:
@ -37,7 +37,7 @@ end
|
||||
function TargetTargetCast.prototype:Enable(core)
|
||||
TargetTargetCast.super.prototype.Enable(self, core)
|
||||
|
||||
self:ScheduleRepeatingEvent(self.elementName, self.UpdateTargetTarget, 0.1, self)
|
||||
self:ScheduleRepeatingTimer(function() self:UpdateTargetTarget() end, 0.1)
|
||||
end
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user