mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Make parsing into object-based instead of static
This commit is contained in:
@@ -356,7 +356,7 @@ namespace SabreTools
|
||||
{
|
||||
// Parse the Dat if possible
|
||||
DatFile tempdat = new DatFile();
|
||||
DatFile.Parse(toscan[key], 0, 0, ref tempdat, _logger);
|
||||
tempdat.Parse(toscan[key], 0, 0, _logger);
|
||||
|
||||
// If the Dat wasn't empty, add the information
|
||||
if (tempdat.Files.Count != 0)
|
||||
|
||||
Reference in New Issue
Block a user