mirror of
https://github.com/ppy/osu.git
synced 2026-06-01 18:51:18 +08:00
Accidentally deleted using
wtf
This commit is contained in:
@@ -37,7 +37,7 @@ namespace osu.Game.Database
|
||||
{
|
||||
try
|
||||
{
|
||||
var writer = new ZipWriter(outputStream, new ZipWriterOptions(CompressionType.Deflate));
|
||||
using var writer = new ZipWriter(outputStream, new ZipWriterOptions(CompressionType.Deflate));
|
||||
|
||||
float i = 0;
|
||||
bool fileMissing = false;
|
||||
|
||||
Reference in New Issue
Block a user