- replaced AceEvent-2.0 with AceEvent-3.0/AceTimer-3.0

This commit is contained in:
Parnic
2010-09-10 06:30:56 +00:00
parent 33bb0ba3cb
commit e95db24dd0
38 changed files with 256 additions and 211 deletions

View File

@ -110,7 +110,7 @@ function TargetTargetHealth.prototype:Enable(core)
self.moduleSettings.useSelfColor = nil
end
self:ScheduleRepeatingEvent(self.elementName, self.Update, 0.1, self, "targettarget")
self:ScheduleRepeatingTimer(function() self:Update("targettarget") end, 0.1)
end
function TargetTargetHealth.prototype:Disable(core)