this.opponentsIDs.forEach(function (userID, i, arr) {
        if (userID != self.currentUserID) {
            opponents.push(parseInt(userID));
        }
    });