Skip to content

Commit

Permalink
Send handleLoot when opening version checker as ML
Browse files Browse the repository at this point in the history
  • Loading branch information
evil-morfar committed Sep 24, 2024
1 parent b902756 commit 27922fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Modules/versionCheck.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ function RCVersionCheck:OnEnable()
)
)
self:RegisterBucketMessage("RCVersionCheckUpdate", 0.5, "UpdateTotals")
if addon.isMasterLooter and addon.handleLoot then
-- Send out `handleLoot` so that future "group loot status" can be up to date.
addon:Send("group", "StartHandleLoot")
end
end

function RCVersionCheck:OnDisable()
Expand Down

0 comments on commit 27922fb

Please sign in to comment.