Fix CurrentMatchPlayingItem not being reset on leaving a multiplayer room

This commit is contained in:
Dean Herbert
2021-08-10 16:50:39 +09:00
parent 6da977f99a
commit 2b9168157d
2 changed files with 5 additions and 0 deletions

View File

@ -181,6 +181,7 @@ namespace osu.Game.Online.Multiplayer
{
APIRoom = null;
Room = null;
CurrentMatchPlayingItem.Value = null;
PlayingUserIds.Clear();
RoomUpdated?.Invoke();