Plane: fixed issue with preflight flaps. Flaps now go down in preflight mode
This commit is contained in:
parent
41c9cace68
commit
296b279f0d
@ -1078,6 +1078,9 @@ void Plane::set_servos(void)
|
||||
}
|
||||
break;
|
||||
default:
|
||||
if (in_preLaunch_flight_stage()) {
|
||||
auto_flap_percent = g.takeoff_flap_percent;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user