1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 19:40:09 +08:00

Fix unnecessarily throwing exception if there's no last drawings results file.

This commit is contained in:
smoogipooo
2017-03-04 23:24:32 +09:00
Unverified
parent 84d84f6539
commit 112545f135
+3
View File
@@ -294,6 +294,9 @@ namespace osu.Game.Screens.Tournament
reloadTeams();
if (!storage.Exists(results_filename))
return;
if (loadLastResults)
{
try