1
0
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:
Lucas A 2020-01-04 19:59:25 +01:00
parent 474b8fc8fd
commit 5fd5665467

View File

@ -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: