diff --git a/osu.Game/Screens/SelectV2/PanelBeatmapStandalone.cs b/osu.Game/Screens/SelectV2/PanelBeatmapStandalone.cs index a6a54eeade..b077a90823 100644 --- a/osu.Game/Screens/SelectV2/PanelBeatmapStandalone.cs +++ b/osu.Game/Screens/SelectV2/PanelBeatmapStandalone.cs @@ -231,7 +231,7 @@ namespace osu.Game.Screens.SelectV2 titleText.Text = new RomanisableString(beatmapSet.Metadata.TitleUnicode, beatmapSet.Metadata.Title); artistText.Text = new RomanisableString(beatmapSet.Metadata.ArtistUnicode, beatmapSet.Metadata.Artist); updateButton.BeatmapSet = beatmapSet; - statusPill.Status = beatmapSet.Status; + statusPill.Status = beatmap.Status; difficultyIcon.Icon = beatmap.Ruleset.CreateInstance().CreateIcon(); difficultyIcon.Show();