From d2f1f624a5d190323d23a8267c48f75334ac63a9 Mon Sep 17 00:00:00 2001 From: Casey Raethke Date: Tue, 26 Nov 2024 18:38:57 -0600 Subject: [PATCH] Prevent AllStats breakdowns showing erroneous decimal multipliers --- RatingBuster.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RatingBuster.lua b/RatingBuster.lua index 9e7115c..ed5f359 100644 --- a/RatingBuster.lua +++ b/RatingBuster.lua @@ -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