diff --git a/Common.Models/Output/Equipment.cs b/Common.Models/Output/Equipment.cs index f6d5411..61f0035 100644 --- a/Common.Models/Output/Equipment.cs +++ b/Common.Models/Output/Equipment.cs @@ -69,7 +69,7 @@ namespace Common.Models.Output public Dictionary TacticalVest { get; set; } public Dictionary Pockets { get; set; } public Dictionary Backpack { get; set; } - public new Dictionary SecuredContainer { get; set; } - public new Dictionary SpecialLoot { get; set; } + public Dictionary SecuredContainer { get; set; } + public Dictionary SpecialLoot { get; set; } } }