remove unnessary thing from thrust

This commit is contained in:
Joshua Davidson 2017-04-18 15:43:41 -04:00
parent b051317f3e
commit f66dbe94d9

View file

@ -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);
}
}