1
0
Fork 0

Merge branch 'master' of gitorious.org:fg/fgdata into work

This commit is contained in:
Vivian Meazza 2012-05-07 17:47:43 +01:00
commit 15af3ae0a9

View file

@ -186,9 +186,6 @@ command interface /autopilot/route-manager/input:
var apt = flightplan().destination;
var rwy = flightplan().destination_runway;
debug.dump("updateAproaches for " ~ rwy.id);
debug.dump(apt.getApproachList(rwy));
if (apt == nil or apt.getApproachList(rwy) == nil) {
return;
}