diff --git a/Libraries/SPTarkov.Server.Core/Services/RaidTimeAdjustmentService.cs b/Libraries/SPTarkov.Server.Core/Services/RaidTimeAdjustmentService.cs index 113ff3a1..9b4239a7 100644 --- a/Libraries/SPTarkov.Server.Core/Services/RaidTimeAdjustmentService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/RaidTimeAdjustmentService.cs @@ -304,6 +304,6 @@ public class RaidTimeAdjustmentService( result.Add(exitChange); } - return result.Count > 0 ? result : null; + return result; } }