mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:47:29 +08:00
Clear current user states on disconnect
This commit is contained in:
parent
274e33184b
commit
5885c24e00
@ -125,6 +125,7 @@ namespace osu.Game.Online.Spectator
|
||||
else
|
||||
{
|
||||
playingUsers.Clear();
|
||||
currentUserStates.Clear();
|
||||
}
|
||||
}, true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user