mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Use public BeatmapSet
to match other usages
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user