mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add new logic to new path
This commit is contained in:
@@ -434,7 +434,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 && !GetItemsForBucketDB(cloneOf).Values.Contains(item.Value))
|
||||||
{
|
{
|
||||||
ItemsDB.RemapDatItemToMachine(item.Key, cloneOfMachine.Key);
|
ItemsDB.RemapDatItemToMachine(item.Key, cloneOfMachine.Key);
|
||||||
ItemsDB.AddItem(item.Value, cloneOfMachine.Key, source.Key);
|
ItemsDB.AddItem(item.Value, cloneOfMachine.Key, source.Key);
|
||||||
|
|||||||
Reference in New Issue
Block a user