Skip to content

Commit

Permalink
Merge pull request #562 from JustArchi/patch-2
Browse files Browse the repository at this point in the history
Update EPersonaState
  • Loading branch information
voided authored Jun 12, 2018
2 parents 49c61b6 + f603fb9 commit b2e2e74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Resources/SteamLanguage/enums.steamd
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ enum EPersonaState
Snooze = 4;
LookingToTrade = 5;
LookingToPlay = 6;
Invisible = 7;

Max = 7;
Max = 8;
};

enum EAccountType
Expand Down
3 changes: 2 additions & 1 deletion SteamKit2/SteamKit2/Base/Generated/SteamLanguage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,8 @@ public enum EPersonaState
Snooze = 4,
LookingToTrade = 5,
LookingToPlay = 6,
Max = 7,
Invisible = 7,
Max = 8,
}
public enum EAccountType
{
Expand Down

0 comments on commit b2e2e74

Please sign in to comment.