mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 00:42:55 +08:00
Fix unnecessarily throwing exception if there's no last drawings results file.
This commit is contained in:
parent
84d84f6539
commit
112545f135
@ -294,6 +294,9 @@ namespace osu.Game.Screens.Tournament
|
|||||||
|
|
||||||
reloadTeams();
|
reloadTeams();
|
||||||
|
|
||||||
|
if (!storage.Exists(results_filename))
|
||||||
|
return;
|
||||||
|
|
||||||
if (loadLastResults)
|
if (loadLastResults)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user