Rename since this is a permanent method now

This commit is contained in:
Matt Nadareski
2016-04-27 20:57:05 -07:00
parent 4458fd2ce0
commit 820097a2ec
2 changed files with 2 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ namespace SabreTools
foreach (string input in _inputs)
{
_logger.Log("Adding DAT: " + input);
RomManipulation.Parse2(input, 0, 0, _dedup, dbc, _logger);
RomManipulation.ParseDb(input, 0, 0, _dedup, dbc, _logger);
}
// Output all DATs specified by user inputs