Merge pull request #162 from Alex-TIMEHACK/master

Slightly fixed the troubleshooter
This commit is contained in:
lempamo 2017-09-23 11:26:59 -05:00 committed by GitHub
commit d55b0e22ae

View file

@ -173,8 +173,10 @@ void BeginScan()
WriteToLog("ISSUE FOUND! Directory 'folders' doesn't exist! Creating one...");
Directory.CreateDirectory(folderspath);
SaveSystem.CheckFiles();
EndScan(true);
}
EndScan(true);
}
private void CheckValues()