Skip to content

Commit

Permalink
Limit new IsZipArchive method to MemoryStream for now
Browse files Browse the repository at this point in the history
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
  • Loading branch information
peppy and bdach authored Nov 12, 2021
1 parent 9c3a169 commit f02b57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Utils/ZipUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit f02b57c

Please sign in to comment.