1
0
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:
Shivam 2020-05-20 17:13:35 +02:00
parent e018d07441
commit 15ebe38303

View File

@ -184,7 +184,7 @@ namespace osu.Game.Tournament.IPC
}
}
return stableInstallPath;
return null;
}
finally
{