mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Add verify depot
This commit is contained in:
@@ -49,7 +49,7 @@ namespace SabreTools.Helper.Dats
|
||||
}
|
||||
|
||||
// If output directory is empty, use the current folder
|
||||
if (outDir.Trim() == "")
|
||||
if (outDir == null || outDir.Trim() == "")
|
||||
{
|
||||
logger.Verbose("No output directory defined, defaulting to curent folder");
|
||||
outDir = Environment.CurrentDirectory;
|
||||
|
||||
Reference in New Issue
Block a user