Skip to content

Commit

Permalink
clean up registered buckets when pallypower is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
gallantron committed Jun 7, 2022
1 parent 247e56c commit 4016a27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PallyPower.lua
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ function PallyPower:OnDisable()
self.autoButton:Hide()
PallyPowerAnchor:Hide()
self:UnbindKeys()
self:UnregisterAllEvents()
self:UnregisterAllBuckets()
end

function PallyPower:OnProfileChanged()
Expand Down

0 comments on commit 4016a27

Please sign in to comment.