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>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
setprop("/sim/auto-coordination", ! !getprop("/sim/gui/d-button"));
|
||||
setprop("/controls/flight/auto-coordination", ! !getprop("/sim/gui/d-button"));
|
||||
</script>
|
||||
</binding>
|
||||
</button>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<chunk>
|
||||
<name>autocoord</name>
|
||||
<type>bool</type>
|
||||
<node>/sim/auto-coordination</node>
|
||||
<node>/controls/flight/auto-coordination</node>
|
||||
</chunk>
|
||||
|
||||
<!-- chunk>
|
||||
|
|
Loading…
Reference in a new issue