mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Fix playing user state not removed on stop watching
This commit is contained in:
@ -183,6 +183,7 @@ namespace osu.Game.Online.Spectator
|
|||||||
public void StopWatchingUser(int userId)
|
public void StopWatchingUser(int userId)
|
||||||
{
|
{
|
||||||
watchingUsers.Remove(userId);
|
watchingUsers.Remove(userId);
|
||||||
|
playingUserStates.Remove(userId);
|
||||||
|
|
||||||
StopWatchingUserInternal(userId);
|
StopWatchingUserInternal(userId);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user