Packages update + config defaults

This commit is contained in:
JustArchi
2017-08-02 14:32:01 +02:00
parent 0b1032199b
commit 09e8a52811
3 changed files with 3 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ namespace ArchiSteamFarm {
internal readonly bool Statistics = true;
[JsonProperty(Required = Required.DisallowNull)]
internal readonly ProtocolTypes SteamProtocols = ProtocolTypes.Tcp;
internal readonly ProtocolTypes SteamProtocols = ProtocolTypes.All;
[JsonProperty(Required = Required.DisallowNull)]
internal readonly EUpdateChannel UpdateChannel = EUpdateChannel.Stable;