Use correct new MongoId() instead of hashutil
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user