From 56a4fbf1023c8996b75efa813541269fbb4ed73f Mon Sep 17 00:00:00 2001 From: Chomp Date: Wed, 22 Jan 2025 17:34:13 +0000 Subject: [PATCH] Flagged wishlist as never being removed from json --- Libraries/Core/Models/Eft/Common/Tables/BotBase.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Libraries/Core/Models/Eft/Common/Tables/BotBase.cs b/Libraries/Core/Models/Eft/Common/Tables/BotBase.cs index fd14daec..3b5358b5 100644 --- a/Libraries/Core/Models/Eft/Common/Tables/BotBase.cs +++ b/Libraries/Core/Models/Eft/Common/Tables/BotBase.cs @@ -90,6 +90,7 @@ public record BotBase [JsonPropertyName("SurvivorClass")] public SurvivorClass? SurvivorClass { get; set; } + [JsonIgnore(Condition = JsonIgnoreCondition.Never)] [JsonPropertyName("WishList")] [JsonConverter(typeof(ArrayToObjectFactoryConverter))] public DictionaryOrList? WishList { get; set; }