This commit is contained in:
acki
2026-01-28 17:59:56 +01:00
parent a1a229f163
commit 044e46b6e8
2 changed files with 2 additions and 1 deletions

View File

@@ -71,4 +71,5 @@
<time_to_put_zone>77</time_to_put_zone>
<time_to_remove_top_pot>65</time_to_remove_top_pot>
</pami>
<static_strat>false</static_strat>
</config>

View File

@@ -70,7 +70,7 @@ namespace Modelec
game_action_sequence_.push(State::TAKE_MISSION);
game_action_sequence_.push(State::FREE_MISSION);
game_action_sequence_.push(State::FREE_MISSION);
static_strat_ = false;
static_strat_ = Config::get<bool>("config.static_strat", false);
}
void StratFMS::Init()