mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Fix typos.
This commit is contained in:
@ -66,9 +66,9 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
protected override bool CheckStableDirectoryExists(StableStorage stableStorage) => stableStorage.GetSongStorage().ExistsDirectory(".");
|
||||
|
||||
protected override IEnumerable<string> GetStableImportPaths(StableStorage stableStoage)
|
||||
protected override IEnumerable<string> GetStableImportPaths(StableStorage stableStorage)
|
||||
{
|
||||
var songStorage = stableStoage.GetSongStorage();
|
||||
var songStorage = stableStorage.GetSongStorage();
|
||||
return songStorage.GetDirectories(".").Select(path => songStorage.GetFullPath(path));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user