1
0
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:
smoogipoo 2021-08-19 18:18:42 +09:00
parent 6b6d52c23b
commit 493f47787b

View File

@ -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