Try to make method names clearer

This commit is contained in:
Matt Nadareski
2025-01-13 13:00:14 -05:00
parent 021c4debb7
commit ecf21a5bc0
2 changed files with 6 additions and 6 deletions

View File

@@ -213,7 +213,7 @@ namespace SabreTools.DatTools
datFile.BucketBy(ItemKey.Machine, DedupeType.None, norename: true);
// Now we want to loop through all of the games and set the correct information
datFile.RemoveItemsFromChild();
datFile.RemoveItemsFromCloneOfChild();
// Now that we have looped through the cloneof tags, we loop through the romof tags
datFile.RemoveBiosItemsFromChild(false);