From ca7295fcab334db7b86f67cc354ae04ffd4baec7 Mon Sep 17 00:00:00 2001 From: Chomp Date: Sun, 30 Mar 2025 11:19:48 +0100 Subject: [PATCH] Updated property caps --- .../Models/Spt/Location/RaidChanges.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Libraries/SPTarkov.Server.Core/Models/Spt/Location/RaidChanges.cs b/Libraries/SPTarkov.Server.Core/Models/Spt/Location/RaidChanges.cs index 6d8b0436..c15eb913 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Spt/Location/RaidChanges.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Spt/Location/RaidChanges.cs @@ -37,7 +37,7 @@ public record RaidChanges /// /// How many minutes are in the raid total /// - [JsonPropertyName("RaidTimeMinutes")] + [JsonPropertyName("raidTimeMinutes")] public double? RaidTimeMinutes { get; @@ -47,7 +47,7 @@ public record RaidChanges /// /// The new number of seconds required to avoid a run through /// - [JsonPropertyName("NewSurviveTimeSeconds")] + [JsonPropertyName("newSurviveTimeSeconds")] public double? NewSurviveTimeSeconds { get; @@ -57,7 +57,7 @@ public record RaidChanges /// /// The original number of seconds required to avoid a run through /// - [JsonPropertyName("OriginalSurvivalTimeSeconds")] + [JsonPropertyName("originalSurvivalTimeSeconds")] public double? OriginalSurvivalTimeSeconds { get; @@ -67,7 +67,7 @@ public record RaidChanges /// /// Any changes required to the extract list /// - [JsonPropertyName("ExitChanges")] + [JsonPropertyName("exitChanges")] public List? ExitChanges { get;