mirror of
https://github.com/ppy/osu.git
synced 2024-11-14 15:57:24 +08:00
Accidentally deleted using
wtf
This commit is contained in:
parent
79715fe37b
commit
fba99b344c
@ -37,7 +37,7 @@ namespace osu.Game.Database
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
var writer = new ZipWriter(outputStream, new ZipWriterOptions(CompressionType.Deflate));
|
using var writer = new ZipWriter(outputStream, new ZipWriterOptions(CompressionType.Deflate));
|
||||||
|
|
||||||
float i = 0;
|
float i = 0;
|
||||||
bool fileMissing = false;
|
bool fileMissing = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user