Don't remove imported archives by default

This commit is contained in:
HoLLy
2019-06-27 14:41:11 +02:00
parent 55216dffb7
commit 12350d18b5
3 changed files with 10 additions and 1 deletions

View File

@ -83,6 +83,8 @@ namespace osu.Game.Beatmaps
protected override IEnumerable<string> GetStableImportPaths() => GetStableStorage().GetDirectories(ImportFromStablePath);
protected override bool ShouldRemoveArchive(string path) => Path.GetExtension(path)?.ToLowerInvariant() == ".osz";
protected override Task Populate(BeatmapSetInfo beatmapSet, ArchiveReader archive, CancellationToken cancellationToken = default)
{
if (archive != null)