From 94ba39b41bdc3af13d15182ff48948073a231070 Mon Sep 17 00:00:00 2001 From: Chomp Date: Thu, 27 Nov 2025 23:01:57 +0000 Subject: [PATCH] Revert "Updated `WeaponBuild.Root` type to `MongoId` and made non-nullable" This reverts commit 5594ad6cad66e04c359a24e211cb920dd3577e6e. --- Libraries/SPTarkov.Server.Core/Models/Eft/Profile/SptProfile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/SPTarkov.Server.Core/Models/Eft/Profile/SptProfile.cs b/Libraries/SPTarkov.Server.Core/Models/Eft/Profile/SptProfile.cs index ff28fe12..49385878 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Eft/Profile/SptProfile.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Eft/Profile/SptProfile.cs @@ -140,7 +140,7 @@ public record UserBuild public record WeaponBuild : UserBuild { [JsonPropertyName("Root")] - public MongoId Root { get; set; } + public string? Root { get; set; } [JsonPropertyName("Items")] public List? Items { get; set; } // Same as PMC inventory items