Skip to content

Commit

Permalink
Updated to SteamKit2 2.4.0-Alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
azuisleet committed Jul 30, 2021
1 parent bb778e3 commit bd1314d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion DepotDownloader/DepotDownloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

<ItemGroup>
<PackageReference Include="protobuf-net" Version="3.0.101" />
<PackageReference Include="SteamKit2" Version="2.4.0-Alpha.2" />
<PackageReference Include="SteamKit2" Version="2.4.0-Alpha.3" />
</ItemGroup>
</Project>
2 changes: 0 additions & 2 deletions DepotDownloader/Steam3Session.cs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ public void RequestAppInfo(uint appId, bool bForce = false)
if (AppTokens.ContainsKey(appId))
{
request.AccessToken = AppTokens[appId];
request.Public = false;
}

WaitUntilCallback(() =>
Expand Down Expand Up @@ -260,7 +259,6 @@ public void RequestPackageInfo(IEnumerable<uint> packageIds)
if (PackageTokens.TryGetValue(package, out var token))
{
request.AccessToken = token;
request.Public = false;
}

packageRequests.Add(request);
Expand Down

0 comments on commit bd1314d

Please sign in to comment.