mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Fix database entries using platform-specific path separator
This commit is contained in:
@ -404,7 +404,7 @@ namespace osu.Game.Database
|
||||
using (Stream s = reader.GetStream(file))
|
||||
fileInfos.Add(new TFileModel
|
||||
{
|
||||
Filename = FileSafety.PathSanitise(file),
|
||||
Filename = FileSafety.PathStandardise(file),
|
||||
FileInfo = files.Add(s)
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user