mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:12:56 +08:00
Remove bad comment
This commit is contained in:
parent
f7a2321175
commit
cb8d5f459f
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user