Corrected comment

This commit is contained in:
Chomp
2025-08-08 15:57:49 +01:00
parent 0b91250c3d
commit 67bd1c69f6
@@ -522,7 +522,7 @@ public class BotGeneratorHelper(
? []
: inventory.Items.Where(item => item.SlotId == slotGrid.Name && item.ParentId == container.Id);
// Get root items in container we can iterate over to find out what space is free
// Get each root item + children
var containerItemsWithChildren = GetContainerItemsWithChildren(rootItemsInContainer, inventory.Items);
if (slotGrid.Props is not null)