Fix alot of bugs with switching profiles

This commit is contained in:
Hendrik Leppkes
2008-10-15 10:02:40 +02:00
parent 9b35e84ef7
commit b549507c73
8 changed files with 20 additions and 46 deletions
-6
View File
@@ -48,12 +48,6 @@ function StanceBarMod:OnEnable()
self.bar:ApplyConfig(self.db.profile)
end
function StanceBarMod:OnDisable()
if not self.bar then return end
self.bar:Disable()
self:ToggleOptions()
end
StanceBarMod.button_count = 10
function StanceBarMod:ApplyConfig()