This commit is contained in:
JustArchi
2016-03-23 13:42:16 +01:00
parent d8925f9409
commit 1426922854

View File

@@ -118,7 +118,7 @@ namespace ConfigGenerator {
globalConfig = JsonConvert.DeserializeObject<GlobalConfig>(File.ReadAllText(filePath));
} catch (Exception e) {
Logging.LogGenericException(e);
return null;
return new GlobalConfig(filePath);
}
// SK2 supports only TCP and UDP steam protocols