make port number immutable, too. Otherwise one could make it write to
localhost:25 etc.
This commit is contained in:
parent
7b0a152fbc
commit
5d818af2c3
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<voice type="bool">true</voice>
|
||||
<voices>
|
||||
<host type="string" write="n">localhost</host>
|
||||
<port type="string">1314</port>
|
||||
<port type="string" write="n">1314</port>
|
||||
<enabled type="bool">false</enabled>
|
||||
<atc alias="/sim/sound/voices/voice[0]/text"/>
|
||||
<approach alias="/sim/sound/voices/voice[0]/text"/>
|
||||
|
|
Loading…
Reference in a new issue