Merge branch 'master' of gitorious.org:fg/fgdata into work
This commit is contained in:
commit
15af3ae0a9
1 changed files with 0 additions and 3 deletions
|
@ -186,9 +186,6 @@ command interface /autopilot/route-manager/input:
|
||||||
var apt = flightplan().destination;
|
var apt = flightplan().destination;
|
||||||
var rwy = flightplan().destination_runway;
|
var rwy = flightplan().destination_runway;
|
||||||
|
|
||||||
debug.dump("updateAproaches for " ~ rwy.id);
|
|
||||||
debug.dump(apt.getApproachList(rwy));
|
|
||||||
|
|
||||||
if (apt == nil or apt.getApproachList(rwy) == nil) {
|
if (apt == nil or apt.getApproachList(rwy) == nil) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue