mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:42:54 +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)
|
||||
{
|
||||
Author = new RealmUser();
|
||||
Author = user ?? new RealmUser();
|
||||
}
|
||||
|
||||
[UsedImplicitly] // Realm
|
||||
|
Loading…
Reference in New Issue
Block a user