Merge pull request #53 from xPaw/patch-2

Do not display full license list
pull/64/head
Ryan Kistner 6 years ago committed by GitHub
commit 87a238b0ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -616,13 +616,6 @@ namespace DepotDownloader
Console.WriteLine( "Got {0} licenses for account!", licenseList.LicenseList.Count ); Console.WriteLine( "Got {0} licenses for account!", licenseList.LicenseList.Count );
Licenses = licenseList.LicenseList; Licenses = licenseList.LicenseList;
IEnumerable<uint> licenseQuery = Licenses.Select( lic =>
{
return lic.PackageID;
} );
Console.WriteLine( "Licenses: {0}", string.Join( ", ", licenseQuery ) );
} }
private void UpdateMachineAuthCallback( SteamUser.UpdateMachineAuthCallback machineAuth ) private void UpdateMachineAuthCallback( SteamUser.UpdateMachineAuthCallback machineAuth )

Loading…
Cancel
Save