1
0
Fork 0

Removed comments

This commit is contained in:
noteas 2022-12-24 21:54:50 +08:00
parent 20684603ad
commit 58990646f8

View file

@ -78,11 +78,7 @@ var airwaysPage = {
return 0;
}
fix = createWPFrom(fix[0]);
#var rtGhosts = airwaysRoute(me.curWP, fix);
var rt = airwaysRoute(me.curWP, fix);
#foreach (var wp; rtGhosts) {
# append(rt, createWPFrom(wp));
#}
append(rt, fix);
fmgc.flightPlanController.flightplans[me.computer].insertWaypoints(rt, fmgc.flightPlanController.flightplans[me.computer].indexOfWP(me.curWP) + 1);
fmgc.flightPlanController.flightPlanChanged(me.computer);