mirror of https://github.com/ppy/osu
Don't deselect online room when joined
This commit is contained in:
parent
3f37d4395f
commit
d304e283e4
|
@ -172,8 +172,7 @@ protected override bool OnClick(ClickEvent e)
|
|||
|
||||
sampleJoin?.Play();
|
||||
lounge?.Join(Room, null);
|
||||
|
||||
return base.OnClick(e);
|
||||
return true;
|
||||
}
|
||||
|
||||
public class PasswordEntryPopover : OsuPopover
|
||||
|
|
Loading…
Reference in New Issue