1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:28:00 +08:00

Accidentally deleted using

wtf
This commit is contained in:
cdwcgt 2023-02-19 02:41:08 +09:00
parent 79715fe37b
commit fba99b344c

View File

@ -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;