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;