mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 23:12:55 +08:00
Merge pull request #437 from smoogipooo/tournament_drawings
Fix unnecessarily throwing exception if there's no last drawings resu…
This commit is contained in:
commit
fd3b998f35
@ -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