Merge branch 'master' into rankings-overlay-refactor

This commit is contained in:
Dan Balasescu
2019-12-11 19:09:29 +09:00
committed by GitHub
102 changed files with 1854 additions and 787 deletions

View File

@ -34,7 +34,7 @@ namespace osu.Game.Online.API.Requests.Responses
PP = PP,
Beatmap = Beatmap,
RulesetID = OnlineRulesetID,
Hash = "online", // todo: temporary?
Hash = Replay ? "online" : string.Empty, // todo: temporary?
Rank = Rank,
Ruleset = ruleset,
Mods = mods,