mirror of
https://github.com/ppy/osu.git
synced 2025-02-06 21:02:59 +08:00
Fix BeatmapMetadata
not using its user param correctly
This commit is contained in:
parent
2c0c44a950
commit
3d7af805a3
@ -46,7 +46,7 @@ namespace osu.Game.Beatmaps
|
|||||||
|
|
||||||
public BeatmapMetadata(RealmUser? user = null)
|
public BeatmapMetadata(RealmUser? user = null)
|
||||||
{
|
{
|
||||||
Author = new RealmUser();
|
Author = user ?? new RealmUser();
|
||||||
}
|
}
|
||||||
|
|
||||||
[UsedImplicitly] // Realm
|
[UsedImplicitly] // Realm
|
||||||
|
Loading…
Reference in New Issue
Block a user