From e314c9ae89ad5f000bb933be8ee08e27837525e6 Mon Sep 17 00:00:00 2001 From: Archangel Date: Sat, 20 Dec 2025 20:29:43 +0100 Subject: [PATCH] Reset timer back to 5 minutes --- .../SPTarkov.Server.Core/Services/LocationLifecycleService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/SPTarkov.Server.Core/Services/LocationLifecycleService.cs b/Libraries/SPTarkov.Server.Core/Services/LocationLifecycleService.cs index 8a410d5c..59dbe831 100644 --- a/Libraries/SPTarkov.Server.Core/Services/LocationLifecycleService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/LocationLifecycleService.cs @@ -138,7 +138,7 @@ public class LocationLifecycleService( // To enable certain stuff for the Khorovod event if (matchingTransitWhitelist.Contains(transits.Id.Value)) { - transits.ActivateAfterSeconds = 20; + transits.ActivateAfterSeconds = 300; transits.Events = true; } else