From 2fbac07b0952c792de0b4e761a106b82fe617099 Mon Sep 17 00:00:00 2001 From: hulkhan22 Date: Sat, 7 Jun 2025 18:47:26 +0200 Subject: [PATCH] Update comment --- .../SPTarkov.Server.Core/Models/Spt/Config/BtrDeliveryConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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