mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix merging in MergeDiff
This commit is contained in:
@@ -115,6 +115,7 @@ namespace SabreTools
|
|||||||
DatData userData = new DatData
|
DatData userData = new DatData
|
||||||
{
|
{
|
||||||
Roms = new Dictionary<string, List<RomData>>(),
|
Roms = new Dictionary<string, List<RomData>>(),
|
||||||
|
MergeRoms = _dedup,
|
||||||
};
|
};
|
||||||
foreach (string input in _inputs)
|
foreach (string input in _inputs)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user