mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Fix missed renames
This commit is contained in:
@ -267,7 +267,7 @@ namespace osu.Game
|
||||
return;
|
||||
}
|
||||
|
||||
if (score.Beatmap == null)
|
||||
if (score.BeatmapInfo == null)
|
||||
{
|
||||
notifications.Post(new SimpleNotification
|
||||
{
|
||||
@ -279,7 +279,7 @@ namespace osu.Game
|
||||
|
||||
ruleset.Value = score.Ruleset;
|
||||
|
||||
Beatmap.Value = BeatmapManager.GetWorkingBeatmap(score.Beatmap);
|
||||
Beatmap.Value = BeatmapManager.GetWorkingBeatmap(score.BeatmapInfo);
|
||||
Beatmap.Value.Mods.Value = score.Mods;
|
||||
|
||||
menu.Push(new PlayerLoader(new ReplayPlayer(score.Replay)));
|
||||
|
Reference in New Issue
Block a user