mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 12:35:34 +08:00
parent
eb86f9de5e
commit
75e6bbc4d8
@ -92,7 +92,7 @@ namespace osu.Desktop
|
||||
{
|
||||
protected override string LocateBasePath()
|
||||
{
|
||||
bool checkExists(string p) => Directory.Exists(Path.Combine(p, "Songs")) && Directory.Exists(Path.Combine(p, "Skins"));
|
||||
bool checkExists(string p) => Directory.Exists(Path.Combine(p, "Songs"));
|
||||
|
||||
string stableInstallPath;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user