@@ -396,10 +396,11 @@ local function scoreBoard(pn, position)
396396 end ,
397397 SetCommand = function (self )
398398 local wv = score :GetWifeVers ()
399- local ws = " Wife" .. wv .. " J"
400399 local js = judge ~= 9 and judge or " ustice"
401400 local rescoretable = getRescoreElements (score )
402401 local rescorepercent = getRescoredWife3Judge (3 , judge , rescoretable )
402+ wv = 3 -- this should really only be applicable if we can convert the score
403+ local ws = " Wife" .. wv .. " J"
403404 self :diffuse (getGradeColor (score :GetWifeGrade ()))
404405 self :settextf (
405406 " %05.2f%% (%s)" ,
@@ -412,7 +413,6 @@ local function scoreBoard(pn, position)
412413 CodeMessageCommand = function (self , params )
413414 local rescoretable = getRescoreElements (score )
414415 local rescorepercent = 0
415- local wv = score :GetWifeVers ()
416416 local ws = " Wife3" .. " J"
417417 if params .Name == " PrevJudge" and judge > 4 then
418418 judge = judge - 1
@@ -450,10 +450,11 @@ local function scoreBoard(pn, position)
450450 end ,
451451 SetCommand = function (self )
452452 local wv = score :GetWifeVers ()
453- local ws = " Wife" .. wv .. " J"
454453 local js = judge ~= 9 and judge or " ustice"
455454 local rescoretable = getRescoreElements (score )
456455 local rescorepercent = getRescoredWife3Judge (3 , judge , rescoretable )
456+ wv = 3 -- this should really only be applicable if we can convert the score
457+ local ws = " Wife" .. wv .. " J"
457458 self :diffuse (getGradeColor (score :GetWifeGrade ()))
458459 self :settextf (
459460 " %05.5f%% (%s)" ,
0 commit comments