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:
iceroth
2006-07-21 09:11:03 +00:00
parent 772fe5a179
commit 0106530c98
17 changed files with 948 additions and 136 deletions

View File

@ -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