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:
parent
101fdf993e
commit
a62405d82d
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user