Skip to content

Commit

Permalink
Better logging for RCVotingFrame:ReannounceOrRequestRoll
Browse files Browse the repository at this point in the history
  • Loading branch information
evil-morfar committed Sep 12, 2024
1 parent f902f6c commit ab609ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Modules/votingFrame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1770,7 +1770,8 @@ end
--@param noAutopass: true or false or nil. Determine whether we force no autopass.
--@param announceInChat: true or false or nil. Determine if the reannounce sessions should be announced in chat.
function RCVotingFrame:ReannounceOrRequestRoll(namePred, sesPred, isRoll, noAutopass, announceInChat)
addon.Log:D("ReannounceOrRequestRoll", namePred, sesPred, isRoll, noAutopass, announceInChat)
addon.Log:D("ReannounceOrRequestRoll", namePred, sesPred, isRoll, noAutopass, announceInChat,
MSA_DROPDOWNMENU_MENU_VALUE)
local rerollTable = TempTable:Acquire()
local changeResponseData = TempTable:Acquire()
local rollsData = TempTable:Acquire()
Expand Down

0 comments on commit ab609ff

Please sign in to comment.