mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Grouping -> Round
This commit is contained in:
@ -61,7 +61,7 @@ namespace osu.Game.Tournament.IPC
|
||||
{
|
||||
lastBeatmapId = beatmapId;
|
||||
|
||||
var existing = ladder.CurrentMatch.Value?.Grouping.Value?.Beatmaps.FirstOrDefault(b => b.ID == beatmapId && b.BeatmapInfo != null);
|
||||
var existing = ladder.CurrentMatch.Value?.Round.Value?.Beatmaps.FirstOrDefault(b => b.ID == beatmapId && b.BeatmapInfo != null);
|
||||
|
||||
if (existing != null)
|
||||
Beatmap.Value = existing.BeatmapInfo;
|
||||
|
Reference in New Issue
Block a user