1
0
Fork 0

To use <<load flightplan>> you'll have to use >= 2020.1.3, it doesn't work reliably before that

This commit is contained in:
legoboyvdlp R 2020-10-04 20:30:36 +01:00
parent 23dabc4b67
commit 1cbf30e638

View file

@ -74,6 +74,10 @@
<halign>left</halign>
<label>If you have a NAVIGRAPH subcription, we reccomend to load them in the MCDU instead of here.</label>
</text>
<text>
<halign>left</halign>
<label>Minimum FGFS version for use of this feature (due to bugs in prior versions) is 2020.1.3.</label>
</text>
<group>
<layout>hbox</layout>
<text>
@ -85,7 +89,29 @@
<legend>Load flightplan</legend>
<equal>true</equal>
<enable>
<property>FMGC/internal/tofrom-set</property>
<and>
<property>FMGC/internal/tofrom-set</property>
<not>
<or>
<equals>
<property>/sim/version/flightgear</property>
<value>2019.2.0</value>
</equals>
<equals>
<property>/sim/version/flightgear</property>
<value>2020.1.0</value>
</equals>
<equals>
<property>/sim/version/flightgear</property>
<value>2020.1.1</value>
</equals>
<equals>
<property>/sim/version/flightgear</property>
<value>2020.1.2</value>
</equals>
</or>
</not>
</and>
</enable>
<binding>
<command>nasal</command>