mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
Fixed the troubleshooter... a bit...
More to come!
This commit is contained in:
parent
213861a59e
commit
84ef033af2
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