Don't deselect online room when joined

This commit is contained in:
smoogipoo
2021-08-20 18:14:59 +09:00
parent 3f37d4395f
commit d304e283e4

View File

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