mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Dereference existing file
This commit is contained in:
parent
b592b6d80d
commit
5f5878e37e
@ -375,6 +375,8 @@ namespace osu.Game.Database
|
||||
FileInfo = Files.Add(contents)
|
||||
});
|
||||
|
||||
Files.Dereference(file.FileInfo);
|
||||
|
||||
Update(model);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user