1
0
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:
smoogipoo 2018-12-20 20:09:17 +09:00
parent 104a3c8ffc
commit 9031896484

View File

@ -149,7 +149,7 @@ namespace osu.Game.Screens.Multi
createButton.Hide();
}
else
else if (currentScreen is LoungeScreen)
createButton.Show();
}