1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 14:30:30 +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:
Thomas Müller
2017-03-04 15:35:39 +01:00
committed by GitHub
Unverified
+3
View File
@@ -294,6 +294,9 @@ namespace osu.Game.Screens.Tournament
reloadTeams();
if (!storage.Exists(results_filename))
return;
if (loadLastResults)
{
try