pull/19/head
Netshroud 9 years ago
parent c0b6d0ce3c
commit ab9ca2a7da

@ -3,8 +3,6 @@ using System;
using System.Collections.Concurrent; using System.Collections.Concurrent;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Net;
using System.Text;
using System.Threading; using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;
@ -72,7 +70,7 @@ namespace DepotDownloader
steamSession.steamClient.IsConnected && steamSession.steamClient.IsConnected &&
steamSession.steamClient.GetServersOfType(EServerType.CS).Count > 0) steamSession.steamClient.GetServersOfType(EServerType.CS).Count > 0)
{ {
var servers = await FetchBootstrapServerListAsync(); var servers = await FetchBootstrapServerListAsync().ConfigureAwait(false);
var weightedCdnServers = servers.Select(x => var weightedCdnServers = servers.Select(x =>
{ {

@ -1,7 +1,5 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using System.Text;
using ProtoBuf; using ProtoBuf;
using System.IO; using System.IO;
using System.IO.Compression; using System.IO.Compression;

@ -1,7 +1,6 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.IO; using System.IO;
using System.IO.Compression; using System.IO.Compression;
using System.Linq;
using ProtoBuf; using ProtoBuf;
using SteamKit2; using SteamKit2;

@ -5,7 +5,6 @@ using System.Linq;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
using System.Security.Cryptography; using System.Security.Cryptography;
using System.Text; using System.Text;
using SteamKit2;
namespace DepotDownloader namespace DepotDownloader
{ {

Loading…
Cancel
Save