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