Rename method to GetItemWithChildren

This commit is contained in:
Chomp
2025-07-22 20:43:08 +01:00
parent 7bf52b9240
commit 731b79519f
19 changed files with 52 additions and 56 deletions
@@ -299,7 +299,7 @@ public class ProfileController(
foreach (var rootItems in hideoutRootItems)
{
// Check each root items for children and add
var itemWithChildren = profileToViewPmc.Inventory.Items.FindAndReturnChildrenAsItems(
var itemWithChildren = profileToViewPmc.Inventory.Items.GetItemWithChildren(
rootItems.Id
);
itemsToReturn.AddRange(itemWithChildren);