Is there a reason this returns a whole number where the rest of the function returns a 2 decimal precision float?
if (conf.Settings.General.Use_Highest_Multiplier_Only)
return Math.Round(multis.Max<double>());
return Math.Round(multiplier, 2);
I've modified it on my side to return a 2 decimal precision float with no issues.
Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.