From f7e02c0154cc8036658b0b01b8feb05710cbb56f Mon Sep 17 00:00:00 2001 From: Chris Adamson Date: Fri, 16 May 2025 15:11:20 -0500 Subject: [PATCH] fix for chomps push --- .../SPTarkov.Server.Core/Models/Eft/Common/LocationBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/LocationBase.cs b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/LocationBase.cs index 042a5a5c..ce051bcc 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/LocationBase.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/LocationBase.cs @@ -703,7 +703,7 @@ public record LocationBase } [JsonPropertyName("OneTimeSpawn")] - public double? OneTimeSpawn + public bool? OneTimeSpawn { get; set;