mirror of
https://github.com/ppy/osu
synced 2025-01-09 23:59:44 +00:00
Merge pull request #14404 from smoogipoo/room-block-click
Fix online room being deselected when joined
This commit is contained in:
commit
51edb0f073
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user