1
0
Fork 0

Remove an un-guarded member access in a debug dump.

This commit is contained in:
James Turner 2012-05-07 16:39:56 +01:00
parent 249f0642e2
commit a26adb39af

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