filename can be private

This commit is contained in:
cdwcgt
2022-11-21 19:05:26 +09:00
parent 564f136945
commit 162f0bb95e
2 changed files with 4 additions and 6 deletions

View File

@ -28,8 +28,6 @@ namespace osu.Game.Database
{
ScoreInfo model = r.Find<ScoreInfo>(uuid.ID);
Filename = $"{model.GetDisplayString().GetValidFilename()}{FileExtension}";
var file = model.Files.SingleOrDefault();
if (file == null)
return;