From e85e35325df7b2b9ad1cabee363ca7c1d67fa8a5 Mon Sep 17 00:00:00 2001 From: acki Date: Wed, 28 Jan 2026 18:11:52 +0100 Subject: [PATCH] static --- src/modelec_strat/data/config.xml | 2 +- src/modelec_strat/src/strat_fms.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/modelec_strat/data/config.xml b/src/modelec_strat/data/config.xml index c89faa5..307e602 100644 --- a/src/modelec_strat/data/config.xml +++ b/src/modelec_strat/data/config.xml @@ -71,5 +71,5 @@ 77 65 - false + true \ No newline at end of file diff --git a/src/modelec_strat/src/strat_fms.cpp b/src/modelec_strat/src/strat_fms.cpp index 859cb69..c981a8f 100644 --- a/src/modelec_strat/src/strat_fms.cpp +++ b/src/modelec_strat/src/strat_fms.cpp @@ -67,8 +67,6 @@ namespace Modelec } game_action_sequence_.push(State::TAKE_MISSION); - game_action_sequence_.push(State::TAKE_MISSION); - game_action_sequence_.push(State::FREE_MISSION); game_action_sequence_.push(State::FREE_MISSION); static_strat_ = Config::get("config.static_strat", false); }