From b21ca2bffb1b2e597c69660b83f223cbabffbb9f Mon Sep 17 00:00:00 2001 From: acki Date: Thu, 11 Dec 2025 10:39:54 +0100 Subject: [PATCH] reset the started variable fix #6 --- src/modelec_strat/src/strat_fms.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modelec_strat/src/strat_fms.cpp b/src/modelec_strat/src/strat_fms.cpp index d782cda..07ca5eb 100644 --- a/src/modelec_strat/src/strat_fms.cpp +++ b/src/modelec_strat/src/strat_fms.cpp @@ -126,6 +126,8 @@ namespace Modelec case State::INIT: if (team_selected_) { + started_ = false; + Transition(State::WAIT_START, "System ready"); } break;