mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 10:22:56 +08:00
Return null if path is not found, for clarity
This commit is contained in:
parent
e018d07441
commit
15ebe38303
@ -184,7 +184,7 @@ namespace osu.Game.Tournament.IPC
|
||||
}
|
||||
}
|
||||
|
||||
return stableInstallPath;
|
||||
return null;
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user