Skip to content

Commit

Permalink
Remove UsePICS
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Jun 20, 2020
1 parent 2977ed7 commit 79b98c7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions SteamKit2/SteamKit2/Steam/Handlers/SteamUser/Callbacks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ public sealed class LoggedOnCallback : CallbackMsg
/// </summary>
public byte[]? Steam2Ticket { get; private set; }

/// <summary>
/// Gets a value indicating whether the client should use PICS.
/// </summary>
public bool UsePICS { get; private set; }

/// <summary>
/// Gets the WebAPI authentication user nonce.
/// </summary>
Expand Down Expand Up @@ -146,8 +141,6 @@ internal LoggedOnCallback( CMsgClientLogonResponse resp )

this.WebAPIUserNonce = resp.webapi_authenticate_user_nonce;

this.UsePICS = resp.use_pics;

this.VanityURL = resp.vanity_url;

this.NumLoginFailuresToMigrate = resp.count_loginfailures_to_migrate;
Expand Down

0 comments on commit 79b98c7

Please sign in to comment.