mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Expand available file operations in ArchiveModelManager
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user