mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 06:09:53 +08:00
Fix import logic again
This commit is contained in:
+1
-1
@@ -311,7 +311,7 @@ namespace osu.Game
|
||||
|
||||
void loadScore()
|
||||
{
|
||||
if (!menuScreen.IsCurrentScreen())
|
||||
if (!menuScreen.IsCurrentScreen() || Beatmap.Disabled)
|
||||
{
|
||||
menuScreen.MakeCurrent();
|
||||
this.Delay(500).Schedule(loadScore, out scoreLoad);
|
||||
|
||||
Reference in New Issue
Block a user