diff --git a/Themes/Til Death/BGAnimations/superscoreboard.lua b/Themes/Til Death/BGAnimations/superscoreboard.lua index 07015ebc67..f5631b76c3 100644 --- a/Themes/Til Death/BGAnimations/superscoreboard.lua +++ b/Themes/Til Death/BGAnimations/superscoreboard.lua @@ -656,11 +656,7 @@ local function makeScoreDisplay(i) end, DisplayCommand = function(self) local perc = hs:GetWifeScore() * 100 - if perc > 99.7 then - self:settextf("%05.5f%%", notShit.floor(perc, 5)) - else - self:settextf("%05.4f%%", notShit.floor(perc, 4)) - end + self:settextf("%05.4f%%", notShit.floor(perc, 4)) self:diffuse(byGrade(hs:GetWifeGrade())) end },