mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
I'm an idiot
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user