mirror of
https://github.com/ppy/osu
synced 2024-12-17 04:15:37 +00:00
Use longer hash string
This commit is contained in:
parent
1b6ebcfd87
commit
e5355f314d
@ -211,7 +211,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
OnlineID = hasOnlineId ? online_score_id : 0,
|
||||
Ruleset = new OsuRuleset().RulesetInfo,
|
||||
BeatmapInfo = beatmapManager.GetAllUsableBeatmapSets().First().Beatmaps.First(),
|
||||
Hash = replayAvailable ? "hash" : string.Empty,
|
||||
Hash = replayAvailable ? "online" : string.Empty,
|
||||
User = new APIUser
|
||||
{
|
||||
Id = 39828,
|
||||
|
Loading…
Reference in New Issue
Block a user