diff --git a/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/trader.json b/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/trader.json index 37e6610c..665bb728 100644 --- a/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/trader.json +++ b/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/trader.json @@ -84,7 +84,7 @@ "updateTimeDefault": 3600, "tradersResetFromServerStart": true, "purchasesAreFoundInRaid": false, - "traderPriceMultipler": 1, + "traderPriceMultiplier": 1, "fence": { "discountOptions": { "assortSize": 45, diff --git a/Libraries/SPTarkov.Server.Core/Models/Spt/Config/TraderConfig.cs b/Libraries/SPTarkov.Server.Core/Models/Spt/Config/TraderConfig.cs index 541f2230..40692ef2 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Spt/Config/TraderConfig.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Spt/Config/TraderConfig.cs @@ -24,7 +24,7 @@ public record TraderConfig : BaseConfig [JsonPropertyName("tradersResetFromServerStart")] public bool TradersResetFromServerStart { get; set; } - [JsonPropertyName("traderPriceMultipler")] + [JsonPropertyName("traderPriceMultiplier")] public double TraderPriceMultiplier { get; set; } [JsonPropertyName("fence")]