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 d62fb65 commit 6a32746Copy full SHA for 6a32746
internal/app/controller/controller.go
@@ -269,7 +269,7 @@ func (c *GameController) OnNewEvent(event Event) {
269
270
func (c *GameController) askForTeamDecisionIfRequired(event Event) (handled bool) {
271
handled = false
272
- if c.outstandingTeamChoice == nil {
+ if c.outstandingTeamChoice == nil && c.Engine.State.GameState() == GameStateRunning {
273
var byTeamProto refproto.Team
274
var choiceType refproto.ControllerToTeamRequest_AdvantageChoice_Foul
275
if event.GameEvent.Details.BotCrashUnique != nil {
0 commit comments