mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
I'm an idiot
This commit is contained in:
parent
f36e6cace4
commit
642ca744cb
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ namespace ArchiSteamFarm {
|
|||
}
|
||||
|
||||
if (globalConfig.SteamProtocols.HasFlag(ProtocolTypes.WebSocket) && !OS.SupportsWebSockets()) {
|
||||
globalConfig.SteamProtocols &= ProtocolTypes.WebSocket;
|
||||
globalConfig.SteamProtocols &= ~ProtocolTypes.WebSocket;
|
||||
if (globalConfig.SteamProtocols == 0) {
|
||||
globalConfig.SteamProtocols = ProtocolTypes.Tcp;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue