Enable DB copy during user data population

This commit is contained in:
Matt Nadareski
2025-02-12 15:52:35 -05:00
parent 9783068760
commit ec2b56e973

View File

@@ -210,7 +210,7 @@ namespace SabreTools.DatFiles
for (int i = 0; i < inputs.Count; i++)
{
AddFromExisting(datFile, datFiles[i], true);
//AddFromExistingDB(datFile, datFiles[i], true);
AddFromExistingDB(datFile, datFiles[i], true);
}
watch.Stop();