mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix beatmap import crashing during room creation
This commit is contained in:
@ -206,7 +206,7 @@ namespace osu.Game.Screens.Multi.Match
|
|||||||
if (Beatmap.Value != beatmapManager.DefaultBeatmap)
|
if (Beatmap.Value != beatmapManager.DefaultBeatmap)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (Beatmap.Value == null)
|
if (CurrentItem.Value == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Try to retrieve the corresponding local beatmap
|
// Try to retrieve the corresponding local beatmap
|
||||||
|
Reference in New Issue
Block a user