diff --git a/SabreTools.DatFiles/ItemDictionaryDB.cs b/SabreTools.DatFiles/ItemDictionaryDB.cs index 7652734b..8d6e1721 100644 --- a/SabreTools.DatFiles/ItemDictionaryDB.cs +++ b/SabreTools.DatFiles/ItemDictionaryDB.cs @@ -268,7 +268,7 @@ namespace SabreTools.DatFiles #endif // Sort the buckets that have been created for consistency - SortBuckets(norename); + PerformSorting(norename); } /// @@ -372,7 +372,7 @@ namespace SabreTools.DatFiles /// /// Sort existing buckets for consistency /// - private void SortBuckets(bool norename) + private void PerformSorting(bool norename) { // Get the current list of bucket keys string[] bucketKeys = [.. _buckets.Keys];