mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Return null if path is not found, for clarity
This commit is contained in:
@ -184,7 +184,7 @@ namespace osu.Game.Tournament.IPC
|
||||
}
|
||||
}
|
||||
|
||||
return stableInstallPath;
|
||||
return null;
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
Reference in New Issue
Block a user