mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Remove OnlineBeatmapSetID from BeatmapMetadata
This commit is contained in:
@ -208,7 +208,6 @@ namespace osu.Game.Beatmaps.Formats
|
||||
break;
|
||||
case @"BeatmapSetID":
|
||||
beatmap.BeatmapInfo.OnlineBeatmapSetID = int.Parse(pair.Value);
|
||||
metadata.OnlineBeatmapSetID = int.Parse(pair.Value);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user