mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove public add-to-key functionality
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user