Stats in dictionary

This commit is contained in:
Matt Nadareski
2020-07-27 01:39:32 -07:00
parent 3621807790
commit 706eb7c0a6
7 changed files with 599 additions and 643 deletions

View File

@@ -679,7 +679,7 @@ structure according to the original DAT master directory tree structure.";
}
// Now output the stats for all inputs
DatStats.OutputStats(Inputs, "rombasharp-datstats", null /* outDir */, true /* single */, true /* baddumpCol */, true /* nodumpCol */, StatReportFormat.Textfile);
ItemDictionary.OutputStats(Inputs, "rombasharp-datstats", null /* outDir */, true /* single */, true /* baddumpCol */, true /* nodumpCol */, StatReportFormat.Textfile);
}
}