mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 18:31:01 +08:00
Mark panels as quit instead of removing
This commit is contained in:
@@ -122,7 +122,7 @@ namespace osu.Game.Screens.OnlinePlay.Matchmaking.Match
|
||||
|
||||
private void onUserLeft(MultiplayerRoomUser user) => Scheduler.Add(() =>
|
||||
{
|
||||
panels.Single(p => p.RoomUser.Equals(user)).Expire();
|
||||
panels.Single(p => p.RoomUser.Equals(user)).HasQuit = true;
|
||||
updateDisplay();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user