diff --git a/Nasal/FMGC/FMGC.nas b/Nasal/FMGC/FMGC.nas index 2f025cc8..562dbe6c 100644 --- a/Nasal/FMGC/FMGC.nas +++ b/Nasal/FMGC/FMGC.nas @@ -609,7 +609,7 @@ var masterFMGC = maketimer(0.2, func { # cruiseft_b = FMGCInternal.crzFt - 200; state1 = pts.Systems.Thrust.state[0].getValue(); state2 = pts.Systems.Thrust.state[1].getValue(); - accel_agl_ft = Setting.reducAglFt.getValue(); + accel_agl_ft = Settings.reducAglFt.getValue(); gear0 = pts.Gear.wow[0].getBoolValue(); altSel = Input.alt.getValue();