mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 12:23:13 +08:00
Merge branch 'master' into fix-room-inspector-cover
This commit is contained in:
commit
5269ca31be
@ -266,7 +266,7 @@ namespace osu.Game.Screens.Multi.Lounge.Components
|
|||||||
|
|
||||||
private void updateParticipants()
|
private void updateParticipants()
|
||||||
{
|
{
|
||||||
var roomId = room.RoomID.Value ?? 0;
|
var roomId = room?.RoomID.Value ?? 0;
|
||||||
|
|
||||||
request?.Cancel();
|
request?.Cancel();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user