1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:47:24 +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;
PlaylistOrder = item.PlaylistOrder ?? 0;
PlayedAt = item.PlayedAt;
StarRating = item.Beatmap.StarRating; // generally not available, but lets at least try to use it
StarRating = item.Beatmap.StarRating;
}
}
}