Skip to content

Commit

Permalink
fix API change
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunyoku committed Nov 26, 2024
1 parent 2e6c884 commit 4ab243f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async fn recalculate_relax_scores(
ctx: Arc<Context>,
) -> anyhow::Result<()> {
let difficulty_attributes =
akatsuki_pp_rs::osu_2019::stars::stars(&beatmap, (mods as u32).into());
akatsuki_pp_rs::osu_2019::stars::stars(&beatmap, (mods as u32).into(), None);

for score in scores {
let result =
Expand Down

0 comments on commit 4ab243f

Please sign in to comment.