Fixed a typo, tank2 -> tank[1]
This commit is contained in:
parent
df793e6763
commit
589eb42699
1 changed files with 1 additions and 1 deletions
|
@ -884,7 +884,7 @@ fgInitProps ()
|
|||
|
||||
//consumables
|
||||
fgTie("/consumables/fuel/tank[0]/level-gal_us", getTank1Fuel, setTank1Fuel, false);
|
||||
fgTie("/consumables/fuel/tank2/level-gal_us", getTank2Fuel, setTank2Fuel, false);
|
||||
fgTie("/consumables/fuel/tank[1]/level-gal_us", getTank2Fuel, setTank2Fuel, false);
|
||||
|
||||
// Autopilot
|
||||
fgTie("/autopilot/locks/altitude", getAPAltitudeLock, setAPAltitudeLock);
|
||||
|
|
Loading…
Reference in a new issue