mirror of
https://github.com/ppy/osu.git
synced 2025-03-06 03:42:55 +08:00
Fix create room button showing in song select
This commit is contained in:
parent
104a3c8ffc
commit
9031896484
@ -149,7 +149,7 @@ namespace osu.Game.Screens.Multi
|
||||
|
||||
createButton.Hide();
|
||||
}
|
||||
else
|
||||
else if (currentScreen is LoungeScreen)
|
||||
createButton.Show();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user