mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 05:22:54 +08:00
Fix multi spectator test not showing teams
This commit is contained in:
parent
c160e50f4f
commit
5d0b92e28c
@ -97,11 +97,11 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
|||||||
TeamID = 1,
|
TeamID = 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
SpectatorClient.StartPlay(PLAYER_1_ID, importedBeatmapId);
|
SpectatorClient.StartPlay(player1.UserID, importedBeatmapId);
|
||||||
SpectatorClient.StartPlay(PLAYER_2_ID, importedBeatmapId);
|
SpectatorClient.StartPlay(player2.UserID, importedBeatmapId);
|
||||||
|
|
||||||
playingUsers.Add(new MultiplayerRoomUser(PLAYER_1_ID));
|
playingUsers.Add(player1);
|
||||||
playingUsers.Add(new MultiplayerRoomUser(PLAYER_2_ID));
|
playingUsers.Add(player2);
|
||||||
});
|
});
|
||||||
|
|
||||||
loadSpectateScreen();
|
loadSpectateScreen();
|
||||||
|
Loading…
Reference in New Issue
Block a user