[DatFile] Statistics overhaul

This commit is contained in:
Matt Nadareski
2017-06-13 13:18:41 -07:00
parent 529ae9cbfc
commit aeb799d5a2
4 changed files with 280 additions and 227 deletions

View File

@@ -197,7 +197,7 @@ namespace SabreTools.Library.Dats
Globals.ParallelOptions,
path =>
{
Globals.Logger.User("Comparing '" + path + "' to base DAT");
Globals.Logger.User("Comparing '" + path.Split('¬')[0] + "' to base DAT");
// First we parse in the DAT internally
DatFile intDat = new DatFile();