1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 02:29:53 +08:00

Fix playing user state not removed on stop watching

This commit is contained in:
smoogipoo
2021-05-20 19:19:58 +09:00
Unverified
parent 89b4f69588
commit b515fe3cb1
@@ -183,6 +183,7 @@ namespace osu.Game.Online.Spectator
public void StopWatchingUser(int userId)
{
watchingUsers.Remove(userId);
playingUserStates.Remove(userId);
StopWatchingUserInternal(userId);
}