diff --git a/Libraries/SPTarkov.Server.Core/Models/Spt/Config/BtrDeliveryConfig.cs b/Libraries/SPTarkov.Server.Core/Models/Spt/Config/BtrDeliveryConfig.cs index 6ed5bf46..3d5c25c0 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Spt/Config/BtrDeliveryConfig.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Spt/Config/BtrDeliveryConfig.cs @@ -22,7 +22,7 @@ public record BtrDeliveryConfig : BaseConfig } /// - /// How often server should process insurance in seconds + /// How often server should process BTR delivery in seconds /// [JsonPropertyName("runIntervalSeconds")] public double RunIntervalSeconds