Merge remote-tracking branch 'upstream/master' into reduce-background-blur-scale

This commit is contained in:
Dean Herbert 2019-11-29 01:49:25 +09:00
commit b20e62096d
2 changed files with 4 additions and 0 deletions

View File

@ -129,6 +129,9 @@ namespace osu.Game.Tournament
ladder = new LadderInfo();
}
if (ladder.Ruleset.Value == null)
ladder.Ruleset.Value = RulesetStore.AvailableRulesets.First();
Ruleset.BindTo(ladder.Ruleset);
dependencies.Cache(ladder);

View File

@ -42,5 +42,6 @@ namespace osu.Game.Online.API.Requests
Ranked,
Approved,
Qualified,
Loved
}
}