Use correct new MongoId() instead of hashutil

This commit is contained in:
Chomp
2025-07-02 10:56:10 +01:00
parent 873b0b11f7
commit 5c26f47e2f
11 changed files with 56 additions and 74 deletions
@@ -331,7 +331,7 @@ public record WalletLootSettings
public required Dictionary<string, double> StackSizeWeight { get; set; }
[JsonPropertyName("currencyWeight")]
public required Dictionary<string, double> CurrencyWeight { get; set; }
public required Dictionary<MongoId, double> CurrencyWeight { get; set; }
/// <summary>
/// What wallets will have money in them