diff --git a/SabreTools.DatFiles/ItemDictionaryDB.cs b/SabreTools.DatFiles/ItemDictionaryDB.cs index 80005d1b..aeff2f93 100644 --- a/SabreTools.DatFiles/ItemDictionaryDB.cs +++ b/SabreTools.DatFiles/ItemDictionaryDB.cs @@ -102,6 +102,8 @@ namespace SabreTools.DatFiles /// public long AddItem(DatItem item, long machineIndex) { + // TODO: Add to buckets based on current sorting + _items[_itemIndex++] = item; _itemToMachineMapping[_itemIndex - 1] = machineIndex; DatStatistics.AddItemStatistics(item);