We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3feed9d commit 7ce5fbaCopy full SHA for 7ce5fba
internal/simctl/handler_robot_count.go
@@ -56,7 +56,7 @@ func (r *RobotCountHandler) handleRobotCount() {
56
}
57
58
maxBlueRobots := int(*r.c.lastRefereeMsg.Blue.MaxAllowedBots)
59
- maxYellowRobots := int(*r.c.lastRefereeMsg.Blue.MaxAllowedBots)
+ maxYellowRobots := int(*r.c.lastRefereeMsg.Yellow.MaxAllowedBots)
60
61
switch *r.c.lastRefereeMsg.Stage {
62
case referee.Referee_PENALTY_SHOOTOUT, referee.Referee_PENALTY_SHOOTOUT_BREAK:
0 commit comments