Use public BeatmapSet to match other usages

This commit is contained in:
Joseph Madamba 2023-04-07 21:16:36 -07:00
parent ed208ef127
commit a86a968fac
No known key found for this signature in database
GPG Key ID: 8B746C7BDDF0BD76

View File

@ -211,7 +211,7 @@ namespace osu.Game.Overlays.BeatmapSet
{
guestMapperContainer.Clear();
if (beatmapInfo?.AuthorID != beatmapSet?.AuthorID)
if (beatmapInfo?.AuthorID != BeatmapSet?.AuthorID)
{
APIUser? user = BeatmapSet?.RelatedUsers?.SingleOrDefault(u => u.OnlineID == beatmapInfo?.AuthorID);
if (user != null)