Walavouchey

Results 23 issues of Walavouchey

[this conditional](https://github.com/peppy/osu-stable-reference/blob/1531237b63392e82c003c712faa028406073aa8f/osu!/GameplayElements/HitObjects/Osu/SpinnerOsu.cs#L302) determines whether the clear text appears and returns early if it shouldn't, while the judgement is awarded either [here](https://github.com/peppy/osu-stable-reference/blob/1531237b63392e82c003c712faa028406073aa8f/osu!/GameplayElements/HitObjects/Osu/SpinnerOsu.cs#L440) (for very old replays) or [here](https://github.com/peppy/osu-stable-reference/blob/1531237b63392e82c003c712faa028406073aa8f/osu!/GameplayElements/HitObjects/Osu/SpinnerOsu.cs#L457) with no early...

lazer lobbies, e.g. https://osu.ppy.sh/multiplayer/rooms/399751, do not show results on individual beatmaps, unlike stable lobbies e.g. https://osu.ppy.sh/community/matches/108242105 this is important for tournaments because these match result pages are saved for later...

area:multiplayer
priority:1

Assuming that a green combo count on beatmap leaderboards is supposed to indicate the maximum possible combo, there are 3 cases where this is inconsistent. The causes are not obvious...

area:scoring
external component