Merge pull request #14404 from smoogipoo/room-block-click

Fix online room being deselected when joined
This commit is contained in:
Dean Herbert
2021-08-20 18:38:35 +09:00
committed by GitHub

View File

@ -172,8 +172,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
sampleJoin?.Play();
lounge?.Join(Room, null);
return base.OnClick(e);
return true;
}
public class PasswordEntryPopover : OsuPopover