Skip to content

Commit

Permalink
realms/realms.go: Use a 64-bit integer for club IDs. (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
HashimTheArab committed Mar 18, 2023
1 parent 31d58c5 commit c15b801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft/realms/realms.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ type Realm struct {
// Member is Unknown, always false. (even when member or owner)
Member bool `json:"member"`
// ClubID is the ID of the associated Xbox Live club as an integer.
ClubID int `json:"clubId"`
ClubID int64 `json:"clubId"`
// SubscriptionRefreshStatus is Unknown, always null.
SubscriptionRefreshStatus struct{} `json:"subscriptionRefreshStatus"`

Expand Down

0 comments on commit c15b801

Please sign in to comment.