Fix hideoutstashes getting their Ids replaced

This commit is contained in:
KaenoDev
2025-01-27 11:48:21 +00:00
parent a09519dd6a
commit b4eceba9e6
+1 -1
View File
@@ -943,7 +943,7 @@ public class ItemHelper(
inventory.Stash,
inventory.HideoutCustomizationStashId
});
itemIdBlacklist.UnionWith(inventory.HideoutAreaStashes.Keys);
itemIdBlacklist.UnionWith(inventory.HideoutAreaStashes.Values);
// Add insured items ids to blacklist
if (insuredItems is not null)