1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 13:37:25 +08:00

Remove bad comment

This commit is contained in:
timiimit 2023-05-15 07:34:27 +02:00
parent f7a2321175
commit cb8d5f459f

View File

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