diff --git a/rnex-core/src/nex/user.rs b/rnex-core/src/nex/user.rs index 2575b00..88a7498 100644 --- a/rnex-core/src/nex/user.rs +++ b/rnex-core/src/nex/user.rs @@ -692,7 +692,7 @@ impl Ranking for User { let info = CompetitionRankingScoreInfo { fest_id, - score_data, + score_data: score_data.clone(), unk: 0, team_wins: wins, team_votes,