Updated values to be consts where possible

This commit is contained in:
Chomp
2025-03-08 09:33:04 +00:00
parent 0b38563aa3
commit 33c56e0730
13 changed files with 29 additions and 29 deletions
@@ -542,7 +542,7 @@ public class InsuranceController(
/// <returns>Attachment count to remove</returns>
protected double GetAttachmentCountToRemove(Dictionary<string, double> weightedAttachmentByPrice, string? traderId)
{
var removeCount = 0;
const int removeCount = 0;
if (_randomUtil.GetChance100(_insuranceConfig.ChanceNoAttachmentsTakenPercent))
{