Skip to content

Commit

Permalink
change eval scoreboard wifepercent display threshold for consistency
Browse files Browse the repository at this point in the history
oop
  • Loading branch information
poco0317 committed Sep 18, 2021
1 parent 6a27844 commit 6c9036c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ local function scoreitem(pn, index, scoreIndex, drawindex)
self:settextf("NA (%s)", wstring)
else
local perc = hsTable[index]:GetWifeScore() * 100
if perc > 99 then
if perc > 99.65 then
if perc > 99.99 then
self:settextf("%05.5f%% (%s)", notShit.floor(perc, 5), wstring)
else
Expand Down

0 comments on commit 6c9036c

Please sign in to comment.