mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
Merge pull request #162 from Alex-TIMEHACK/master
Slightly fixed the troubleshooter
This commit is contained in:
commit
d55b0e22ae
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue