diff --git a/game/migrator.py b/game/migrator.py index 362e3911..835a07e2 100644 --- a/game/migrator.py +++ b/game/migrator.py @@ -43,6 +43,9 @@ class Migrator: self._update_tgos() self._reload_terrain() + # TODO: remove in due time as this is supposedly fixed + self.game.settings.nevatim_parking_fix = False + def _update_doctrine(self) -> None: doctrines = [ MODERN_DOCTRINE, diff --git a/game/settings/settings.py b/game/settings/settings.py index 301bddf0..ba2bf32f 100644 --- a/game/settings/settings.py +++ b/game/settings/settings.py @@ -791,7 +791,7 @@ class Settings: "Force air-starts for aircraft at Nevatim and Ramon Airbase inoperable parking slots", page=MISSION_GENERATOR_PAGE, section=GAMEPLAY_SECTION, - default=True, # TODO: set to False or remove this when DCS is fixed + default=False, # TODO: set to False or remove this when DCS is fixed detail=( "Air-starts forced for all aircraft at Nevatim and Ramon Airbase except parking slots " "which are known to work as of DCS World 2.9.4.53990."