mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Move DatFile creation helper to Parser
This commit is contained in:
@@ -171,7 +171,7 @@ namespace SabreTools.DatTools
|
||||
string outfile = outfiles[datFormat];
|
||||
try
|
||||
{
|
||||
DatFile writingDatFile = DatFileTool.CreateDatFile(datFormat, datFile);
|
||||
DatFile writingDatFile = Parser.CreateDatFile(datFormat, datFile);
|
||||
writingDatFile.WriteToFile(outfile, ignoreblanks: true, throwOnError);
|
||||
}
|
||||
catch (Exception ex) when (!throwOnError)
|
||||
|
||||
Reference in New Issue
Block a user