mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Change default status to "ready to play"
This commit is contained in:
@ -372,7 +372,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
||||
|
||||
if (Type.Value == MatchType.Playlists)
|
||||
{
|
||||
statusText.Text = "Waiting for players";
|
||||
statusText.Text = "Ready to play";
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user