From 142692285444f2412f4894028f6e35ba6a91f8db Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 23 Mar 2016 13:42:16 +0100 Subject: [PATCH] Misc --- ConfigGenerator/GlobalConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConfigGenerator/GlobalConfig.cs b/ConfigGenerator/GlobalConfig.cs index 4a319e2b5..199c764e0 100644 --- a/ConfigGenerator/GlobalConfig.cs +++ b/ConfigGenerator/GlobalConfig.cs @@ -118,7 +118,7 @@ namespace ConfigGenerator { globalConfig = JsonConvert.DeserializeObject(File.ReadAllText(filePath)); } catch (Exception e) { Logging.LogGenericException(e); - return null; + return new GlobalConfig(filePath); } // SK2 supports only TCP and UDP steam protocols