mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
@Tom94 pointed out this problem
This commit is contained in:
@ -91,7 +91,7 @@ namespace osu.Game.Screens.Select
|
|||||||
|
|
||||||
private void start()
|
private void start()
|
||||||
{
|
{
|
||||||
if (player != null)
|
if (player != null || Beatmap == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
//in the future we may want to move this logic to a PlayerLoader gamemode or similar, so we can rely on the SongSelect transition
|
//in the future we may want to move this logic to a PlayerLoader gamemode or similar, so we can rely on the SongSelect transition
|
||||||
|
Reference in New Issue
Block a user