Fix post-rebase issues

This commit is contained in:
smoogipoo
2018-11-30 18:31:54 +09:00
parent a8ad7d4670
commit a6b0e35b2d
2 changed files with 15 additions and 14 deletions

View File

@ -291,7 +291,7 @@ namespace osu.Game.Screens.Play
{
var score = new ScoreInfo
{
BeatmapInfo = Beatmap.Value.BeatmapInfo,
Beatmap = Beatmap.Value.BeatmapInfo,
Ruleset = ruleset,
User = api.LocalUser.Value
};