remove unnessary thing from thrust
This commit is contained in:
parent
b051317f3e
commit
f66dbe94d9
1 changed files with 0 additions and 2 deletions
|
@ -68,8 +68,6 @@ var atoff_request = func {
|
|||
var state2 = getprop("/systems/thrust/state2");
|
||||
if ((state1 == "IDLE") and (state2 == "IDLE")) {
|
||||
setprop("/it-autoflight/input/athr", 0);
|
||||
setprop("/systems/thrust/at1", 0);
|
||||
setprop("/systems/thrust/at2", 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue