mirror of
https://github.com/ppy/osu
synced 2025-02-03 03:42:15 +00: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