mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09: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