mirror of
https://github.com/ppy/osu.git
synced 2025-03-10 22:17:20 +08:00
Merge pull request #32249 from smoogipoo/fix-multi-freestyle
Fix initial multiplayer room items not having freestyle
This commit is contained in:
commit
7772656107
@ -80,6 +80,7 @@ namespace osu.Game.Online.Rooms
|
||||
PlaylistOrder = item.PlaylistOrder ?? 0;
|
||||
PlayedAt = item.PlayedAt;
|
||||
StarRating = item.Beatmap.StarRating;
|
||||
Freestyle = item.Freestyle;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user