mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 14:40:24 +08:00
Fix BeatmapMetadata not using its user param correctly
This commit is contained in:
@@ -46,7 +46,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
public BeatmapMetadata(RealmUser? user = null)
|
||||
{
|
||||
Author = new RealmUser();
|
||||
Author = user ?? new RealmUser();
|
||||
}
|
||||
|
||||
[UsedImplicitly] // Realm
|
||||
|
||||
Reference in New Issue
Block a user