Updated WeaponBuild.Root type to MongoId and made non-nullable
(cherry picked from commit 9d6f12c1720a8a3388acceefc8b419ccc12092ef)
This commit is contained in:
@@ -140,7 +140,7 @@ public record UserBuild
|
||||
public record WeaponBuild : UserBuild
|
||||
{
|
||||
[JsonPropertyName("Root")]
|
||||
public string? Root { get; set; }
|
||||
public MongoId Root { get; set; }
|
||||
|
||||
[JsonPropertyName("Items")]
|
||||
public List<Item>? Items { get; set; } // Same as PMC inventory items
|
||||
|
||||
Reference in New Issue
Block a user