1
0
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:
Dean Herbert 2021-05-21 17:46:25 +09:00
parent 2958b9adf4
commit 41c4afb3d5

View File

@ -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();