mirror of
https://github.com/osukey/osukey.git
synced 2025-06-30 07:38:04 +09:00
Use public BeatmapSet
to match other usages
This commit is contained in:
parent
ed208ef127
commit
a86a968fac
@ -211,7 +211,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
|||||||
{
|
{
|
||||||
guestMapperContainer.Clear();
|
guestMapperContainer.Clear();
|
||||||
|
|
||||||
if (beatmapInfo?.AuthorID != beatmapSet?.AuthorID)
|
if (beatmapInfo?.AuthorID != BeatmapSet?.AuthorID)
|
||||||
{
|
{
|
||||||
APIUser? user = BeatmapSet?.RelatedUsers?.SingleOrDefault(u => u.OnlineID == beatmapInfo?.AuthorID);
|
APIUser? user = BeatmapSet?.RelatedUsers?.SingleOrDefault(u => u.OnlineID == beatmapInfo?.AuthorID);
|
||||||
if (user != null)
|
if (user != null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user