mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 23:51:01 +08:00
show stats on all rulesets
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user