Bunch of stuff for #605

This commit is contained in:
JustArchi
2017-08-01 12:41:57 +02:00
parent 6ce4f2941b
commit f24be67c8c
10 changed files with 85 additions and 88 deletions

View File

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