limit date appending to LegacyScoreExporter only

This commit is contained in:
integer
2022-12-23 23:01:04 +00:00
parent b06a7daf26
commit 498d00935b
3 changed files with 22 additions and 2 deletions

View File

@ -37,7 +37,7 @@ namespace osu.Game.Database
/// Exports an item to a legacy (.zip based) package.
/// </summary>
/// <param name="item">The item to export.</param>
public void Export(TModel item)
public virtual void Export(TModel item)
{
string itemFilename = item.GetDisplayString().GetValidFilename();