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 93b768a commit feb7bcfCopy full SHA for feb7bcf
internal/app/controller/engine.go
@@ -401,6 +401,8 @@ func (e *Engine) processStage(s *EventStage) error {
401
402
if s.StageOperation == StageNext {
403
e.updateStage(e.State.Stage.Next())
404
+ e.State.TeamState[TeamYellow].BallPlacementFailures = 0
405
+ e.State.TeamState[TeamBlue].BallPlacementFailures = 0
406
} else if s.StageOperation == StagePrevious {
407
e.updateStage(e.State.Stage.Previous())
408
} else if s.StageOperation == StageEndGame {
0 commit comments