Skip to content

Commit

Permalink
Fix initial multiplayer room items not having freestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed Mar 6, 2025
1 parent 62e0ad7 commit 6e38776
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 6e38776

Please sign in to comment.