Fix typo
This commit is contained in:
parent
7985e6e984
commit
1e0c868a89
1 changed files with 1 additions and 1 deletions
|
@ -1163,7 +1163,7 @@
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>
|
<script>
|
||||||
setprop("/controls/flight/airelon-trim", 0);
|
setprop("/controls/flight/aileron-trim", 0);
|
||||||
setprop("/controls/flight/elevator-trim", 0);
|
setprop("/controls/flight/elevator-trim", 0);
|
||||||
setprop("/controls/flight/rudder-trim", 0);
|
setprop("/controls/flight/rudder-trim", 0);
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue