Skip to content

Commit

Permalink
Merge pull request #32249 from smoogipoo/fix-multi-freestyle
Browse files Browse the repository at this point in the history
Fix initial multiplayer room items not having freestyle
  • Loading branch information
bdach authored Mar 6, 2025
2 parents 1506037 + 6e38776 commit 7772656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osu.Game/Online/Rooms/MultiplayerPlaylistItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public MultiplayerPlaylistItem(PlaylistItem item)
PlaylistOrder = item.PlaylistOrder ?? 0;
PlayedAt = item.PlayedAt;
StarRating = item.Beatmap.StarRating;
Freestyle = item.Freestyle;
}
}
}

0 comments on commit 7772656

Please sign in to comment.