Rely on bucket key helpers

This commit is contained in:
Matt Nadareski
2025-01-14 15:45:02 -05:00
parent 8b24bb84a8
commit f5b97ab0dc
2 changed files with 2 additions and 7 deletions

View File

@@ -736,7 +736,7 @@ namespace SabreTools.DatFiles
BucketBy(GetBestAvailable(), DedupeType.None);
// Now that we have the sorted type, we get the proper key
return datItem.GetKey(_bucketedBy);
return GetBucketKey(datItem, _bucketedBy, lower: true, norename: true);
}
#endregion