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

Dereference existing file

This commit is contained in:
smoogipoo 2020-01-10 11:55:47 +09:00
parent b592b6d80d
commit 5f5878e37e

View File

@ -375,6 +375,8 @@ namespace osu.Game.Database
FileInfo = Files.Add(contents)
});
Files.Dereference(file.FileInfo);
Update(model);
}
}