Compare commits

..

2 commits

Author SHA1 Message Date
a17e914849 bro
All checks were successful
Build and Test / friends (push) Successful in 5m19s
Build and Test / splatoon (push) Successful in 5m22s
Build and Test / super-mario-maker (push) Successful in 10m56s
2026-04-27 03:21:46 +02:00
dd1926fd3a debugging 2026-04-27 03:21:00 +02:00

View file

@ -692,12 +692,15 @@ impl Ranking for User {
let info = CompetitionRankingScoreInfo {
fest_id,
score_data,
score_data: score_data.clone(),
unk: 0,
team_wins: wins,
team_votes,
};
println!("info: {:?}", info);
println!("score data: {:?}", score_data);
Ok(vec![info])
}