From 64b1f2d2cf4b8199109008f1d837dc4e9f551ac5 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 12 May 2025 00:40:35 -0400 Subject: [PATCH] Add new logic to new path --- SabreTools.DatFiles/DatFile.Splitting.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SabreTools.DatFiles/DatFile.Splitting.cs b/SabreTools.DatFiles/DatFile.Splitting.cs index 1cce1736..d13c100a 100644 --- a/SabreTools.DatFiles/DatFile.Splitting.cs +++ b/SabreTools.DatFiles/DatFile.Splitting.cs @@ -434,7 +434,7 @@ namespace SabreTools.DatFiles } // 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.AddItem(item.Value, cloneOfMachine.Key, source.Key);