mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:47:29 +08:00
Use implementation on song select leaderboards.
This commit is contained in:
parent
474b8fc8fd
commit
5fd5665467
@ -151,7 +151,7 @@ namespace osu.Game.Online.Leaderboards
|
||||
break;
|
||||
|
||||
case PlaceholderState.NotLoggedIn:
|
||||
replacePlaceholder(new MessagePlaceholder(@"Please sign in to view online leaderboards!"));
|
||||
replacePlaceholder(new LoginPlaceholder(@"view online leaderboards!"));
|
||||
break;
|
||||
|
||||
case PlaceholderState.NotSupporter:
|
||||
|
Loading…
Reference in New Issue
Block a user