diff --git a/aircraftConfigs/B748_by_Super.sacfg b/aircraftConfigs/B748_by_Super.sacfg index 472926d..e9fa451 100644 --- a/aircraftConfigs/B748_by_Super.sacfg +++ b/aircraftConfigs/B748_by_Super.sacfg @@ -2,7 +2,7 @@ "enabled": true, "acf": { "icao": "B748", - "author": "Supercritical Simulations Group" + "author": "Supercritical Simulations Group " }, "speed": { "taxi": 30 @@ -281,7 +281,7 @@ { "name": "Speedbrake not armed", "type": 2, - "primaryCondition": "$SSG/CTRL/spdbrk_arm_sw < 1", + "primaryCondition": "$SSG/CTRL/spdbrk_arm_sw > 0.95", "beginConditionMarker": "#CH", "endConditionMarker": "#TD-3000ms", "secondaryCondition": "$analysis.rollout.go_around == 0", @@ -362,4 +362,4 @@ ] } ] -} \ No newline at end of file +}