Joystick HOTAS-Cougar: fix typo
This commit is contained in:
parent
b40b1a8696
commit
94a5384b40
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ Bindings for THRUSTMASTER HOTAS Cougar stick/throttle combination.
|
|||
<desc>nose wheel on/off</desc>
|
||||
<repeatable type="bool">false</repeatable>
|
||||
<binding>
|
||||
<command>nasal></command>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
nosewheel = getprop("/controls/gear/nose-wheel-steering");
|
||||
if (nosewheel == 1) {
|
||||
|
|
Loading…
Reference in a new issue