Skip to content

Commit

Permalink
fix desyncing judge values on eval
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 9, 2020
1 parent afeafa5 commit dd18518
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ function scoreBoard(pn, position)
local rescorepercent = 0
local wv = score:GetWifeVers()
local ws = "Wife" .. wv .. " J"
if params.Name == "PrevJudge" and judge2 > 1 then
if params.Name == "PrevJudge" and judge2 > 4 then
judge2 = judge2 - 1
rescorepercent = getRescoredWife3Judge(2, judge2, rescoretable)
self:settextf(
Expand Down

0 comments on commit dd18518

Please sign in to comment.