mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Standardise HasReplay
implementation (and remove from persisting to realm)
This commit is contained in:
@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user