We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b22d6 commit e43a359Copy full SHA for e43a359
1 file changed
bathbot/src/active/impls/relax/top.rs
@@ -122,7 +122,6 @@ impl RelaxTopPagination {
122
123
let mods = &score.mods;
124
let mut pp_manager = Context::pp(map).mods(mods.clone());
125
- let stars = pp_manager.difficulty().await.stars();
126
let max_attrs = pp_manager.performance().await;
127
128
// NOTE: Make generic versions of formatting functions later on
@@ -143,7 +142,7 @@ impl RelaxTopPagination {
143
142
map_id = score.beatmap_id,
144
mods = ModsFormatter::new(mods),
145
pp = PpFormatter::new(score_pp, Some(max_pp)),
146
- stars = stars,
+ stars = max_attrs.stars(),
147
acc = round(score.accuracy),
148
score = WithComma::new(score.total_score),
149
combo = ComboFormatter::new(score.combo, Some(max_combo)),
0 commit comments