1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 23:41:19 +08:00

Use implementation on song select leaderboards.

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