A3XX: Fix a bad!

This commit is contained in:
Joshua Davidson 2017-06-28 15:48:36 -04:00
parent b3fca962b4
commit 88c2fce02d

View file

@ -224,7 +224,7 @@ var librariesLoop = maketimer(0.1, func {
}
if (getprop("/it-autoflight/custom/show-hdg") == 0) {
setprop("/it-autoflight/input/hdg", getprop("/orientation/heading-magentic-deg"));
setprop("/it-autoflight/input/hdg", getprop("/orientation/heading-magnetic-deg"));
}
});