mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Version 0.2
- Added basic pet support - Added configuration (via both console and Dewdrop) - Fixed indexing problem with non-English clients
This commit is contained in:
@ -27,6 +27,12 @@ function TargetOfTarget.prototype:Enable()
|
||||
end
|
||||
|
||||
|
||||
function TargetOfTarget.prototype:Disable()
|
||||
TargetOfTarget.super.prototype.Disable(self)
|
||||
Metrognome:Unregister("TargetOfTarget")
|
||||
end
|
||||
|
||||
|
||||
-- 'Protected' methods --------------------------------------------------------
|
||||
|
||||
-- OVERRIDE
|
||||
|
Reference in New Issue
Block a user