mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 14:02:55 +08:00
Don't deselect online room when joined
This commit is contained in:
parent
3f37d4395f
commit
d304e283e4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user