mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:52:55 +08:00
Fix import logic again
This commit is contained in:
parent
e604806398
commit
5318de29b4
@ -311,7 +311,7 @@ namespace osu.Game
|
|||||||
|
|
||||||
void loadScore()
|
void loadScore()
|
||||||
{
|
{
|
||||||
if (!menuScreen.IsCurrentScreen())
|
if (!menuScreen.IsCurrentScreen() || Beatmap.Disabled)
|
||||||
{
|
{
|
||||||
menuScreen.MakeCurrent();
|
menuScreen.MakeCurrent();
|
||||||
this.Delay(500).Schedule(loadScore, out scoreLoad);
|
this.Delay(500).Schedule(loadScore, out scoreLoad);
|
||||||
|
Loading…
Reference in New Issue
Block a user