Remove writing from Sort

This commit is contained in:
Matt Nadareski
2020-08-28 22:38:10 -07:00
parent b5107a8a2e
commit ba00cca9e0
5 changed files with 46 additions and 56 deletions

View File

@@ -67,8 +67,7 @@ structure according to the original DAT master directory tree structure.";
datFile.RebuildDepot(
onlineDepots,
outDir: outputFolder,
outputFormat: (copy ? OutputFormat.TorrentGzipRomba : OutputFormat.TorrentZip),
updateDat: false);
outputFormat: (copy ? OutputFormat.TorrentGzipRomba : OutputFormat.TorrentZip));
}
}
}