mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 10:23:03 +08:00
Fix exported replay filenames not having full metadata
This commit is contained in:
parent
e1aa927827
commit
6d4d574a65
@ -147,7 +147,7 @@ namespace osu.Game.Beatmaps
|
|||||||
{
|
{
|
||||||
string version = string.IsNullOrEmpty(Version) ? string.Empty : $"[{Version}]";
|
string version = string.IsNullOrEmpty(Version) ? string.Empty : $"[{Version}]";
|
||||||
|
|
||||||
return $"{Metadata} {version}".Trim();
|
return $"{Metadata ?? BeatmapSet?.Metadata} {version}".Trim();
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool Equals(BeatmapInfo other)
|
public bool Equals(BeatmapInfo other)
|
||||||
|
Loading…
Reference in New Issue
Block a user