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:
parent
a503274e1d
commit
cf82bca09c
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user