Finish websocket tests

At least for now, SK2 guys have enough to do.
This commit is contained in:
JustArchi
2017-08-31 18:28:21 +02:00
parent 0c5a05ab1c
commit 45cbb59144
2 changed files with 2 additions and 2 deletions

View File

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