1
0
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:
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(); 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