Standardise HasReplay implementation (and remove from persisting to realm)

This commit is contained in:
Dean Herbert
2022-07-15 16:11:11 +09:00
parent 6122d2a525
commit c8c79d2185
5 changed files with 5 additions and 6 deletions

View File

@ -129,8 +129,7 @@ namespace osu.Game.Online.API.Requests.Responses
Rank = Rank,
Statistics = Statistics,
Date = EndedAt ?? DateTimeOffset.Now,
Hash = "online", // TODO: temporary?
HasReplay = HasReplay,
Hash = HasReplay ? "online" : string.Empty, // TODO: temporary?
Mods = mods,
PP = PP,
};