Remove old references to /sim/auto-coordination.
Leave the alias code in aircraft.nas just to be safe.
This commit is contained in:
parent
07f170ff1e
commit
4942fbedf7
2 changed files with 2 additions and 2 deletions
|
@ -379,7 +379,7 @@ Bit Binary Hardware Function Interpretation
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>
|
<script>
|
||||||
setprop("/sim/auto-coordination", ! !getprop("/sim/gui/d-button"));
|
setprop("/controls/flight/auto-coordination", ! !getprop("/sim/gui/d-button"));
|
||||||
</script>
|
</script>
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
<chunk>
|
<chunk>
|
||||||
<name>autocoord</name>
|
<name>autocoord</name>
|
||||||
<type>bool</type>
|
<type>bool</type>
|
||||||
<node>/sim/auto-coordination</node>
|
<node>/controls/flight/auto-coordination</node>
|
||||||
</chunk>
|
</chunk>
|
||||||
|
|
||||||
<!-- chunk>
|
<!-- chunk>
|
||||||
|
|
Loading…
Reference in a new issue