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:
parent
79715fe37b
commit
fba99b344c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user