Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Fix log...
Browse files Browse the repository at this point in the history
  • Loading branch information
Maczuga committed Jun 1, 2020
1 parent 9434b92 commit 3b0bb85
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions oqueue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -739,12 +739,12 @@ function oq.verify_loot_rules_acceptance()
return
end

oq.log("This debug message is related to issue #6")
oq.log("If you see the loot type change message too often - please show report the results below to our Github")
oq.log("#6 - start")
oq.log("Previous loot method: ", OQ_data.loot_method)
oq.log("Current loot method: ", method)
oq.log("#6 - end")
oq.log(true, "This debug message is related to issue #6")
oq.log(true, "If you see the loot type change message too often - please show report the results below to our Github")
oq.log(true, "#6 - start")
oq.log(true, "Previous loot method: ", OQ_data.loot_method)
oq.log(true, "Current loot method: ", method)
oq.log(true, "#6 - end")

f._method = method
f.loot_text:SetText(L['loot.' .. method])
Expand Down Expand Up @@ -25958,7 +25958,7 @@ function oq.create_marquee()
t:Hide()
f.texture = t

f.label = oq.label(f, 0, 0, f:GetWidth() - (2 * 5 + 16), f:GetHeight() - 2 * 2, L['weekly score'], 'TOP', 'LEFT')
f.label = oq.label(f, 0, 0, f:GetWidth() - (2 * 5 + 16), f:GetHeight() - 2 * 2, L['Weekly score'], 'TOP', 'LEFT')
f.label:SetPoint('TOPLEFT', f, 'TOPLEFT', 8, 12)
f.label:SetTextColor(1, 1, 1)
f.label:Hide()
Expand Down

0 comments on commit 3b0bb85

Please sign in to comment.