Change default (non-set) MP hosts to be an empty string instead of '0'
This commit is contained in:
parent
51e307a742
commit
557c95a5ec
1 changed files with 2 additions and 2 deletions
|
@ -237,8 +237,8 @@ fgSetDefaults ()
|
|||
fgSetBool("/sim/freeze/fuel", false);
|
||||
|
||||
fgSetString("/sim/multiplay/callsign", "callsign");
|
||||
fgSetString("/sim/multiplay/rxhost", "0");
|
||||
fgSetString("/sim/multiplay/txhost", "0");
|
||||
fgSetString("/sim/multiplay/rxhost", "");
|
||||
fgSetString("/sim/multiplay/txhost", "");
|
||||
fgSetInt("/sim/multiplay/rxport", 0);
|
||||
fgSetInt("/sim/multiplay/txport", 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue