Fix crash when selecting spotlight tab with not-null country

This commit is contained in:
Andrei Zavatski
2020-02-07 12:07:16 +03:00
parent 4ca39135a5
commit 881d192af3

View File

@ -110,6 +110,7 @@ namespace osu.Game.Overlays
if (Country.Value != null) if (Country.Value != null)
Scope.Value = RankingsScope.Performance; Scope.Value = RankingsScope.Performance;
if (Scope.Value != RankingsScope.Spotlights)
Scheduler.AddOnce(loadNewContent); Scheduler.AddOnce(loadNewContent);
}, true); }, true);