Fixed the troubleshooter... a bit...

More to come!
This commit is contained in:
Alex-TIMEHACK 2017-09-23 17:24:04 +01:00
parent 213861a59e
commit 84ef033af2

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()