1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 06:39:54 +08:00

Merge pull request #7107 from EVAST9919/replay-fix

Fix unavailable replays can be accessed via leaderboard
This commit is contained in:
Dan Balasescu
2019-12-09 14:46:07 +09:00
committed by GitHub
Unverified
@@ -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,