Skip to content

Commit b71b978

Browse files
committed
Adjust beatmap clear thresholds
1 parent 244b4b8 commit b71b978

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

osu.Server.Spectator/Hubs/Multiplayer/Matchmaking/Queue/MatchmakingBeatmapSelector.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ public async Task AdjustRating(BeatmapLookupKey key, int[] playerScores, EloRati
104104

105105
double clearThreshold = pool.ruleset_id switch
106106
{
107-
0 => 550_000,
108-
1 => 850_000,
109-
2 => 850_000,
110-
3 => 850_000,
107+
0 => 420_000,
108+
1 => 750_000,
109+
2 => 710_000,
110+
3 => 730_000,
111111
_ => throw new ArgumentException("Unknown ruleset ID.")
112112
};
113113

0 commit comments

Comments
 (0)