mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
filename can be private
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user