1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 04:59:54 +08:00

show stats on all rulesets

This commit is contained in:
Michael Bui
2024-09-06 23:05:04 +12:00
Unverified
parent 362b4bbc56
commit a31ea24c6d
@@ -99,7 +99,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
private void updateDisplay()
{
if (User.Value == null || User.Value.Ruleset.OnlineID != 0)
if (User.Value == null)
{
Hide();
return;