Rebuilding to own class

This commit is contained in:
Matt Nadareski
2020-12-10 14:31:00 -08:00
parent dab6aaddf1
commit 0af9869978
4 changed files with 16 additions and 7 deletions

View File

@@ -64,7 +64,7 @@ structure according to the original DAT master directory tree structure.";
List<string> onlineDepots = _depots.Where(d => d.Value.Item2).Select(d => d.Key).ToList();
// Now scan all of those depots and rebuild
DatTool.RebuildDepot(
Rebuilder.RebuildDepot(
datFile,
onlineDepots,
outDir: outputFolder,