Bugfix
This commit is contained in:
parent
d105fb88ba
commit
b929d5f928
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ var fplnItem = {
|
|||
return sprintf("%03.0f", math.round(me.trk));
|
||||
},
|
||||
getSpd: func() {
|
||||
if (me.index == 0 and fmgc.FMGCInternal.v1) {
|
||||
if (me.index == 0 and fmgc.FMGCInternal.v1set) {
|
||||
return [sprintf("%3.0f", math.round(fmgc.FMGCInternal.v1)), "mag"];
|
||||
} elsif (me.wp.speed_cstr != nil and me.wp.speed_cstr != 0) {
|
||||
return [sprintf("%3.0f", me.wp.speed_cstr), "mag"];
|
||||
|
|
Loading…
Reference in a new issue