Skip to content

Commit

Permalink
Fixed wrong Enum name
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarethyu committed Jan 26, 2017
1 parent 697fedd commit 61e0d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -321,9 +321,9 @@ When we get unfriended, instead of setting the value to `EFriendRelationship.Non

### myGroups

An object whose keys are 64-bit SteamIDs, and whose values are from the `EFriendRelationship` enum. Therefore, you can deduce which groups you're in from this object.
An object whose keys are 64-bit SteamIDs, and whose values are from the `EClanRelationship` enum. Therefore, you can deduce which groups you're in from this object.

When we leave a group, instead of setting the value to `EFriendRelationship.None`, the key is deleted from the object entirely.
When we leave a group, instead of setting the value to `EClanRelationship.None`, the key is deleted from the object entirely.

### myFriendGroups

Expand Down

0 comments on commit 61e0d9d

Please sign in to comment.