mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Be smarter about merging Disks
This commit is contained in:
@@ -303,7 +303,7 @@ namespace SabreTools.DatFiles
|
|||||||
}
|
}
|
||||||
|
|
||||||
// If there is no merge tag, add to parent
|
// If there is no merge tag, add to parent
|
||||||
else if (mergeTag == null)
|
else if (mergeTag == null && !GetItemsForBucket(cloneOf).Contains(item))
|
||||||
{
|
{
|
||||||
disk.CopyMachineInformation(copyFrom);
|
disk.CopyMachineInformation(copyFrom);
|
||||||
AddItem(disk, statsOnly: false);
|
AddItem(disk, statsOnly: false);
|
||||||
|
|||||||
Reference in New Issue
Block a user