Expand available file operations in ArchiveModelManager

This commit is contained in:
Dean Herbert
2020-09-25 13:10:04 +09:00
parent eff6af3111
commit 50ba320a51
2 changed files with 36 additions and 10 deletions

View File

@ -260,7 +260,7 @@ namespace osu.Game.Beatmaps
fileInfo.Filename = beatmapInfo.Path;
stream.Seek(0, SeekOrigin.Begin);
UpdateFile(setInfo, fileInfo, stream);
ReplaceFile(setInfo, fileInfo, stream);
}
}