mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Duplicate CHDs are expected
This commit is contained in:
@@ -1761,8 +1761,8 @@ namespace SabreTools.Library.DatFiles
|
|||||||
datFile.Add(parent, item);
|
datFile.Add(parent, item);
|
||||||
}
|
}
|
||||||
|
|
||||||
// If the parent doesn't already contain this item, add to parent
|
// If there is no merge tag, add to parent
|
||||||
else if (!datFile[parent].Contains(item))
|
else if (disk.MergeTag == null)
|
||||||
{
|
{
|
||||||
item.CopyMachineInformation(copyFrom);
|
item.CopyMachineInformation(copyFrom);
|
||||||
datFile.Add(parent, item);
|
datFile.Add(parent, item);
|
||||||
|
|||||||
Reference in New Issue
Block a user