Update acconfig.nas
This commit is contained in:
parent
bb0d3be909
commit
272f11b12b
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ var takeoff = func {
|
|||
setprop("/controls/flight/flap-txt", "1+F");
|
||||
libraries.flaptimer.start();
|
||||
setprop("/controls/flight/elevator-trim", -0.07);
|
||||
setprop("/controls/autobrake/mode", 3);
|
||||
setprop("/controls/autobrake/mode", 3);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Reference in a new issue