mirror of
https://github.com/ppy/osu
synced 2025-01-05 13:50:03 +00:00
Remove unnecessary PathSanitise call
This commit is contained in:
parent
bb07630743
commit
710b0a4664
@ -298,6 +298,6 @@ namespace osu.Game.Beatmaps.Formats
|
||||
}
|
||||
}
|
||||
|
||||
private string cleanFilename(string path) => FileSafety.PathStandardise(FileSafety.PathSanitise(path.Trim('\"')));
|
||||
private string cleanFilename(string path) => FileSafety.PathStandardise(path.Trim('"'));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user