fix nasal error
This commit is contained in:
parent
4698154c11
commit
5f478ac54d
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ var pitch_input = func {
|
|||
}
|
||||
}
|
||||
|
||||
var elev = getprop("/controls/flight/elevator");
|
||||
if (getprop("/gear/gear[0]/wow") == 1) {
|
||||
if (elev > -0.1 and elev < 0.1) {
|
||||
setprop("/it-fbw/pitch-deg", getprop("/orientation/pitch-deg"));
|
||||
|
|
Reference in a new issue