mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Rename method to match item dictionary
This commit is contained in:
@@ -268,7 +268,7 @@ namespace SabreTools.DatFiles
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Sort the buckets that have been created for consistency
|
// Sort the buckets that have been created for consistency
|
||||||
SortBuckets(norename);
|
PerformSorting(norename);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -372,7 +372,7 @@ namespace SabreTools.DatFiles
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Sort existing buckets for consistency
|
/// Sort existing buckets for consistency
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private void SortBuckets(bool norename)
|
private void PerformSorting(bool norename)
|
||||||
{
|
{
|
||||||
// Get the current list of bucket keys
|
// Get the current list of bucket keys
|
||||||
string[] bucketKeys = [.. _buckets.Keys];
|
string[] bucketKeys = [.. _buckets.Keys];
|
||||||
|
|||||||
Reference in New Issue
Block a user