Remove PlayingUsers list from SpectatorClient

This commit is contained in:
Dan Balasescu
2022-01-26 00:21:54 +09:00
parent aa492270dd
commit 502e6af008
5 changed files with 19 additions and 68 deletions

View File

@ -115,7 +115,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
public void RandomlyUpdateState()
{
foreach (int userId in PlayingUsers)
foreach ((int userId, _) in PlayingUserStates)
{
if (RNG.NextBool())
continue;