don't use /sim/ATC/ and /sim/atc/ wildly mixed together; it's lower case
everywhere, just as in every other property name
This commit is contained in:
parent
1846713b30
commit
3640023300
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
|||
<width>20</width>
|
||||
<height>20</height>
|
||||
<label>Enable ATC</label>
|
||||
<property>/sim/ATC/enabled</property>
|
||||
<property>/sim/atc/enabled</property>
|
||||
</checkbox>
|
||||
|
||||
<checkbox>
|
||||
|
|
|
@ -281,9 +281,9 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<view type="int">1</view>
|
||||
</replay>
|
||||
|
||||
<ATC>
|
||||
<atc>
|
||||
<enabled type="bool">true</enabled>
|
||||
</ATC>
|
||||
</atc>
|
||||
|
||||
<ai-traffic>
|
||||
<enabled type="bool">false</enabled>
|
||||
|
|
Loading…
Add table
Reference in a new issue