1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 19:27:31 +08:00

Merge branch 'master' into update-flow

This commit is contained in:
Thomas Müller 2017-03-04 15:35:53 +01:00 committed by GitHub
commit a3f1cb2232

View File

@ -294,6 +294,9 @@ namespace osu.Game.Screens.Tournament
reloadTeams();
if (!storage.Exists(results_filename))
return;
if (loadLastResults)
{
try