mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user