mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 15:33:21 +08:00
Change default status to "ready to play"
This commit is contained in:
parent
ea30445efc
commit
202a602d2f
@ -372,7 +372,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
|||||||
|
|
||||||
if (Type.Value == MatchType.Playlists)
|
if (Type.Value == MatchType.Playlists)
|
||||||
{
|
{
|
||||||
statusText.Text = "Waiting for players";
|
statusText.Text = "Ready to play";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user