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
commit 51edb0f073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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