1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 23:05:37 +08:00

Fix plays with mods not submitting

This commit is contained in:
smoogipoo 2018-12-27 22:16:58 +09:00
parent 101fdf993e
commit a62405d82d

View File

@ -301,7 +301,8 @@ namespace osu.Game.Screens.Play
{ {
Beatmap = Beatmap.Value.BeatmapInfo, Beatmap = Beatmap.Value.BeatmapInfo,
Ruleset = ruleset, Ruleset = ruleset,
User = api.LocalUser.Value Mods = Beatmap.Value.Mods.Value.ToArray(),
User = api.LocalUser.Value,
}; };
ScoreProcessor.PopulateScore(score); ScoreProcessor.PopulateScore(score);