diff --git a/internal/app/engine/process_continue_next_action.go b/internal/app/engine/process_continue_next_action.go index 5f6a7a92..c68e2211 100644 --- a/internal/app/engine/process_continue_next_action.go +++ b/internal/app/engine/process_continue_next_action.go @@ -127,7 +127,8 @@ func (e *Engine) actionsToContinueFromStop() (actions []*ContinueAction, hints [ } if e.currentState.HasGameEventByTeam(state.GameEvent_POSSIBLE_GOAL, team) && - !e.currentState.HasGameEventByTeam(state.GameEvent_INVALID_GOAL, team) { + !e.currentState.HasGameEventByTeam(state.GameEvent_INVALID_GOAL, team) && + !e.gameConfig.AutoApproveGoals { continueActionRejectGoal := createContinueAction( ContinueAction_REJECT_GOAL, team,