limit tow speed to approx. 20kts
This commit is contained in:
parent
09e1472fdf
commit
75aa906b26
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@
|
|||
<slider>
|
||||
<row>0</row>
|
||||
<col>2</col>
|
||||
<min>-50</min>
|
||||
<max>50</max>
|
||||
<min>-34</min> <!-- +/- 20kts -->
|
||||
<max>34</max>
|
||||
<property>/sim/model/pushback/target-speed-fps</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
|
|
Loading…
Add table
Reference in a new issue