mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Update BeatmapArchiveReader's test
This commit is contained in:
@ -186,7 +186,7 @@ namespace osu.Game.Database
|
||||
{
|
||||
hash = input.GetMd5Hash();
|
||||
input.Seek(0, SeekOrigin.Begin);
|
||||
path = Path.Combine(@"beatmaps", hash.Remove(1), hash.Remove(2), hash);
|
||||
path = Path.Combine(@"beatmaps", hash.Remove(1), hash.Remove(2), hash+".osz");
|
||||
if (!storage.Exists(path))
|
||||
using (var output = storage.GetStream(path, FileAccess.Write))
|
||||
input.CopyTo(output);
|
||||
|
Reference in New Issue
Block a user