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 1162f2f commit 1088298Copy full SHA for 1088298
internal/app/statemachine/change_config.go
@@ -9,6 +9,7 @@ func (s *StateMachine) processChangeUpdateConfig(newState *state.State, change *
9
if change.Division != nil {
10
log.Printf("Change division to %v", *change.Division)
11
newState.Division = change.Division
12
+ s.updateMaxBots(newState)
13
}
14
if change.FirstKickoffTeam != nil {
15
log.Printf("Change first kickoff team to %v", *change.FirstKickoffTeam)
0 commit comments