mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Restore path specification to "."
for consistency
This commit is contained in:
@ -65,7 +65,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
protected override string[] HashableFileTypes => new[] { ".osu" };
|
||||
|
||||
protected override string ImportFromStablePath => string.Empty;
|
||||
protected override string ImportFromStablePath => ".";
|
||||
|
||||
protected override Storage PrepareStableStorage(StableStorage stableStorage) => stableStorage.GetSongStorage();
|
||||
|
||||
|
Reference in New Issue
Block a user