mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 04:13:00 +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();
|
||||
}, true);
|
||||
|
||||
if (client.Room == null)
|
||||
handleRoomLost();
|
||||
// if (client.Room == null)
|
||||
// handleRoomLost();
|
||||
}
|
||||
|
||||
protected override Drawable CreateMainContent() => new GridContainer
|
||||
|
Loading…
Reference in New Issue
Block a user