From 84ef033af262343febc3f84471233e18bc6b502e Mon Sep 17 00:00:00 2001 From: Alex-TIMEHACK Date: Sat, 23 Sep 2017 17:24:04 +0100 Subject: Fixed the troubleshooter... a bit... More to come! --- Histacom2/SaveDialogs/SaveFileTroubleShooter.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Histacom2/SaveDialogs/SaveFileTroubleShooter.cs b/Histacom2/SaveDialogs/SaveFileTroubleShooter.cs index af105f0..eceff04 100644 --- a/Histacom2/SaveDialogs/SaveFileTroubleShooter.cs +++ b/Histacom2/SaveDialogs/SaveFileTroubleShooter.cs @@ -173,8 +173,10 @@ namespace Histacom2.SaveDialogs WriteToLog("ISSUE FOUND! Directory 'folders' doesn't exist! Creating one..."); Directory.CreateDirectory(folderspath); SaveSystem.CheckFiles(); + EndScan(true); } + EndScan(true); } private void CheckValues() -- cgit v1.2.3