mirror of
https://github.com/ppy/osu
synced 2025-01-12 00:59:35 +00:00
Limit new IsZipArchive
method to MemoryStream
for now
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
9c3a169272
commit
f02b57c371
@ -9,7 +9,7 @@ namespace osu.Game.Utils
|
||||
{
|
||||
public static class ZipUtils
|
||||
{
|
||||
public static bool IsZipArchive(Stream stream)
|
||||
public static bool IsZipArchive(MemoryStream stream)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user