mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 01:17:35 +09:00
Merge pull request #4719 from smoogipoo/fix-import-crash
Fix beatmap import crashing during room creation
This commit is contained in:
commit
14f09ab914
@ -206,7 +206,7 @@ namespace osu.Game.Screens.Multi.Match
|
||||
if (Beatmap.Value != beatmapManager.DefaultBeatmap)
|
||||
return;
|
||||
|
||||
if (Beatmap.Value == null)
|
||||
if (CurrentItem.Value == null)
|
||||
return;
|
||||
|
||||
// Try to retrieve the corresponding local beatmap
|
||||
|
Loading…
x
Reference in New Issue
Block a user