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:
parent
f7a2321175
commit
cb8d5f459f
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user