mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
limit date appending to LegacyScoreExporter
only
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user