Skip to content

Commit

Permalink
fix broke radar values when clicking scores on scoreboard in eval
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Aug 29, 2021
1 parent 320d070 commit 1d9b473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ function scoreBoard(pn, position)
SetCommand = function(self)
self:settextf(
"%03d/%03d",
score:GetRadarValues():GetValue("RadarCategory_" .. fart[i]),
gatherRadarValue("RadarCategory_" .. fart[i], score),
score:GetRadarPossible():GetValue("RadarCategory_" .. fart[i])
)
end,
Expand Down

0 comments on commit 1d9b473

Please sign in to comment.