mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Enable DB copy during user data population
This commit is contained in:
@@ -210,7 +210,7 @@ namespace SabreTools.DatFiles
|
|||||||
for (int i = 0; i < inputs.Count; i++)
|
for (int i = 0; i < inputs.Count; i++)
|
||||||
{
|
{
|
||||||
AddFromExisting(datFile, datFiles[i], true);
|
AddFromExisting(datFile, datFiles[i], true);
|
||||||
//AddFromExistingDB(datFile, datFiles[i], true);
|
AddFromExistingDB(datFile, datFiles[i], true);
|
||||||
}
|
}
|
||||||
|
|
||||||
watch.Stop();
|
watch.Stop();
|
||||||
|
|||||||
Reference in New Issue
Block a user