mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 13:22:55 +08:00
Merge pull request #3939 from smoogipoo/fix-multi-mods
Fix plays with mods not submitting
This commit is contained in:
commit
12a93af156
@ -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