mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 11:52:56 +08:00
Restore path specification to "."
for consistency
This commit is contained in:
parent
2958b9adf4
commit
41c4afb3d5
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user