Skip to content

Commit

Permalink
i walk a lonely road the only road that i have ever known
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 7, 2020
1 parent 22cbc85 commit f7f7443
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ local l =
judge = table.find(ms.JudgeScalers, notShit.round(score:GetJudgeScale(), 2))
end
if not judge then judge = 4 end
if judge < 4 then judge = 4 end
local js = judge ~= 9 and judge or "ustice"
local perc = score:GetWifeScore() * 100
self:settextf("%05.2f%% (%s)", notShit.floor(perc, 2), ws .. js):diffuse(byGrade(score:GetWifeGrade()))
Expand Down Expand Up @@ -522,9 +523,8 @@ local l =
end,
DisplayCommand = function(self)
local j = table.find(ms.JudgeScalers, notShit.round(score:GetJudgeScale(), 2))
if not j then
j = 4
end
if not j then j = 4 end
if j < 4 then j = 4 end
self:settextf("%s %i", translated_info["Judge"], j)
end
}
Expand Down

0 comments on commit f7f7443

Please sign in to comment.