There was an error while loading. Please reload this page.
1 parent 10617e6 commit 614962aCopy full SHA for 614962a
1 file changed
src/com/osudroid/replay/ReplayImporter.kt
@@ -100,7 +100,7 @@ object ReplayImporter {
100
if (mods.values.any { it is IModRequiresBeatmapDifficulty }) {
101
info.copy(needsScoreMigration = true)
102
} else {
103
- info.copy(score = (info.score / ModUtils.calculateScoreMultiplier(mods)).roundToInt())
+ info.copy(score = (info.score / ModUtils.calculateMigrationScoreMultiplier(mods)).roundToInt())
104
}
105
106
info
0 commit comments