1
0
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:
Bartłomiej Dach 2025-03-06 13:47:24 +01:00 committed by GitHub
commit 7772656107
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,6 +80,7 @@ namespace osu.Game.Online.Rooms
PlaylistOrder = item.PlaylistOrder ?? 0;
PlayedAt = item.PlayedAt;
StarRating = item.Beatmap.StarRating;
Freestyle = item.Freestyle;
}
}
}