diff --git a/Libraries/SPTarkov.Server.Core/Models/Spt/Config/InventoryConfig.cs b/Libraries/SPTarkov.Server.Core/Models/Spt/Config/InventoryConfig.cs index f52014a9..fa8ffd0e 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Spt/Config/InventoryConfig.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Spt/Config/InventoryConfig.cs @@ -23,7 +23,7 @@ public record InventoryConfig : BaseConfig /// /// Multipliers for skill gain when inside menus, NOT in-game /// - [JsonPropertyName("skillGainMultiplers")] + [JsonPropertyName("skillGainMultipliers")] public required Dictionary SkillGainMultipliers { get; set; } ///