1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 02:39:52 +08:00

Fix multi spectator test not showing teams

This commit is contained in:
smoogipoo
2021-08-12 10:38:20 +09:00
Unverified
parent c160e50f4f
commit 5d0b92e28c
@@ -97,11 +97,11 @@ namespace osu.Game.Tests.Visual.Multiplayer
TeamID = 1,
};
SpectatorClient.StartPlay(PLAYER_1_ID, importedBeatmapId);
SpectatorClient.StartPlay(PLAYER_2_ID, importedBeatmapId);
SpectatorClient.StartPlay(player1.UserID, importedBeatmapId);
SpectatorClient.StartPlay(player2.UserID, importedBeatmapId);
playingUsers.Add(new MultiplayerRoomUser(PLAYER_1_ID));
playingUsers.Add(new MultiplayerRoomUser(PLAYER_2_ID));
playingUsers.Add(player1);
playingUsers.Add(player2);
});
loadSpectateScreen();