chore: revert bonus

This commit is contained in:
tsunyoku
2022-11-20 15:24:34 +00:00
parent dbce0375fb
commit 5333c5d613
+1 -1
View File
@@ -276,7 +276,7 @@ impl<'m> OsuPP<'m> {
}
let nodt_bonus = match !self.mods.change_speed() && self.mods.rx() {
true => 1.02,
true => 1.01,
false => 1.0,
};