mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Move parsing to new class
This commit is contained in:
@@ -705,7 +705,8 @@ CREATE TABLE IF NOT EXISTS dat (
|
||||
|
||||
// Parse the Dat if possible
|
||||
logger.User($"Adding from '{dat.Name}'");
|
||||
DatFile tempdat = DatFile.CreateAndParse(fullpath);
|
||||
DatTool dt = new DatTool();
|
||||
DatFile tempdat = dt.CreateAndParse(fullpath);
|
||||
|
||||
// If the Dat wasn't empty, add the information
|
||||
SqliteCommand slc = null;
|
||||
|
||||
Reference in New Issue
Block a user