1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 08:12:56 +08:00

Change logic to only handle the case of exactly two teams

This commit is contained in:
Dean Herbert 2021-08-11 14:44:13 +09:00
parent a503274e1d
commit cf82bca09c

View File

@ -133,7 +133,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
leaderboardContainer.Add(leaderboard);
if (leaderboard.TeamScores.Count >= 2)
if (leaderboard.TeamScores.Count == 2)
{
LoadComponentAsync(new MatchScoreDisplay
{