README: Make regex apply to NEOs as well
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
9d02c42414
commit
d8ee20086b
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ For the FO Sidestick, use `side=2`
|
||||||
If you only want these bindings for the A320 family,
|
If you only want these bindings for the A320 family,
|
||||||
add the following to the script:
|
add the following to the script:
|
||||||
```
|
```
|
||||||
if (string.match(getprop("/sim/aero"), "A3[12][0189]-*"))
|
if (string.match(getprop("/sim/aero"), "A3[12][0189]*"))
|
||||||
{
|
{
|
||||||
<command-above>
|
<command-above>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue