mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Rename since this is a permanent method now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user