1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-07 20:44:47 +08:00

Merge branch 'master' into fix-room-inspector-cover

This commit is contained in:
Dean Herbert
2019-01-17 21:49:25 +09:00
committed by GitHub
Unverified
@@ -266,7 +266,7 @@ namespace osu.Game.Screens.Multi.Lounge.Components
private void updateParticipants()
{
var roomId = room.RoomID.Value ?? 0;
var roomId = room?.RoomID.Value ?? 0;
request?.Cancel();