mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Parsing to actual class
This commit is contained in:
@@ -37,7 +37,7 @@ namespace RombaSharp.Features
|
||||
foreach (string key in foundDats.Keys)
|
||||
{
|
||||
// Get the DAT file associated with the key
|
||||
DatFile datFile = DatTool.CreateAndParse(Path.Combine(_dats, foundDats[key]));
|
||||
DatFile datFile = Parser.CreateAndParse(Path.Combine(_dats, foundDats[key]));
|
||||
|
||||
// Now loop through and see if all of the hash combinations exist in the database
|
||||
/* ended here */
|
||||
|
||||
Reference in New Issue
Block a user