Remove public add-to-key functionality

This commit is contained in:
Matt Nadareski
2025-01-14 15:32:14 -05:00
parent f3e1a6a19a
commit de00d31319
15 changed files with 254 additions and 333 deletions

View File

@@ -166,7 +166,7 @@ namespace SabreTools.DatTools
if (itemDictionary == null || (MachineFieldNames.Count == 0 && ItemFieldNames.Count == 0))
return;
foreach (var key in itemDictionary.Keys)
foreach (var key in itemDictionary.SortedKeys)
{
List<DatItem>? items = itemDictionary.GetItemsForBucket(key);
if (items == null)