diff --git a/components/groups.js b/components/groups.js index 2a545c2..48bc395 100644 --- a/components/groups.js +++ b/components/groups.js @@ -494,7 +494,7 @@ SteamCommunity.prototype.getGroupHistory = function(gid, page, callback) { sid.universe = SteamID.Universe.PUBLIC; sid.type = SteamID.Type.INDIVIDUAL; sid.instance = SteamID.Instance.DESKTOP; - sid.accountid = $(users[0]).data('miniprofile'); + sid.accountid = $(users[1]).data('miniprofile'); data.actor = sid; }