mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 08:22:56 +08:00
Disable condition for the time being
This commit is contained in:
parent
6b6d52c23b
commit
493f47787b
@ -79,8 +79,8 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
|
|||||||
handleRoomLost();
|
handleRoomLost();
|
||||||
}, true);
|
}, true);
|
||||||
|
|
||||||
if (client.Room == null)
|
// if (client.Room == null)
|
||||||
handleRoomLost();
|
// handleRoomLost();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override Drawable CreateMainContent() => new GridContainer
|
protected override Drawable CreateMainContent() => new GridContainer
|
||||||
|
Loading…
Reference in New Issue
Block a user