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 9945902 commit 570562eCopy full SHA for 570562e
internal/app/statemachine/change_command.go
@@ -82,7 +82,7 @@ func (s *StateMachine) currentActionTimeRemainingForCommand(command state.Comman
82
return durationpb.New(s.gameConfig.BallPlacementTime)
83
case state.Command_DIRECT:
84
return durationpb.New(s.gameConfig.FreeKickTimeout[division])
85
- case state.Command_KICKOFF, state.Command_PENALTY:
+ case state.Command_KICKOFF, state.Command_PENALTY, state.Command_NORMAL_START:
86
return durationpb.New(s.gameConfig.PrepareTimeout)
87
default:
88
return durationpb.New(0)
0 commit comments