mirror of
https://github.com/osukey/osukey.git
synced 2025-07-30 06:35:27 +09:00
Ignore r# locked context inspection here
This commit is contained in:
@ -414,6 +414,7 @@ namespace osu.Game.Beatmaps
|
|||||||
private ArchiveReader getReaderFrom(string path)
|
private ArchiveReader getReaderFrom(string path)
|
||||||
{
|
{
|
||||||
if (ZipFile.IsZipFile(path))
|
if (ZipFile.IsZipFile(path))
|
||||||
|
// ReSharper disable once InconsistentlySynchronizedField
|
||||||
return new OszArchiveReader(storage.GetStream(path));
|
return new OszArchiveReader(storage.GetStream(path));
|
||||||
return new LegacyFilesystemReader(path);
|
return new LegacyFilesystemReader(path);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user