mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Dereference existing file
This commit is contained in:
@ -375,6 +375,8 @@ namespace osu.Game.Database
|
||||
FileInfo = Files.Add(contents)
|
||||
});
|
||||
|
||||
Files.Dereference(file.FileInfo);
|
||||
|
||||
Update(model);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user