Skip to content

Commit

Permalink
Prevent AllStats breakdowns showing erroneous decimal multipliers
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Nov 27, 2024
1 parent 9b3e9d6 commit d2f1f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RatingBuster.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2320,7 +2320,7 @@ do
local statList = StatLogic.GenericStatMap[statID]
for _, convertedStatID in ipairs(statList) do
if not RatingType.Ranged[convertedStatID] then
RatingBuster:ProcessStat(convertedStatID, value, infoTable, link, color, statModContext, true)
RatingBuster:ProcessStat(convertedStatID, value, infoTable, link, color, statModContext, false)
end
end
elseif StatLogic.RatingBase[statID] and db.profile.showRatings then
Expand Down

0 comments on commit d2f1f62

Please sign in to comment.