1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 23:05:37 +08:00

Fix TODO comment

This commit is contained in:
timiimit 2023-05-14 12:20:16 +02:00
parent fd80ffd52b
commit 86a834fb56

View File

@ -72,7 +72,7 @@ namespace osu.Game.Online.Rooms
Expired = item.Expired;
PlaylistOrder = item.PlaylistOrder ?? 0;
PlayedAt = item.PlayedAt;
// TODO: assign StarRating
StarRating = item.Beatmap.StarRating; // generally not available, but lets at least try to use it
}
}
}