src/Main/options.cxx: It is rather common to have two --multiplay arguments.
This commit is contained in:
parent
d75c0878fe
commit
cc1ab5b8b5
1 changed files with 1 additions and 1 deletions
|
@ -1491,7 +1491,7 @@ struct OptionDesc {
|
|||
{"jsclient", true, OPTION_CHANNEL, "", false, "", 0 },
|
||||
{"proxy", true, OPTION_FUNC, "", false, "", fgSetupProxy },
|
||||
{"callsign", true, OPTION_FUNC, "", false, "", fgOptCallSign},
|
||||
{"multiplay", true, OPTION_CHANNEL, "", false, "", 0 },
|
||||
{"multiplay", true, OPTION_CHANNEL | OPTION_MULTI, "", false, "", 0 },
|
||||
#ifdef FG_HAVE_HLA
|
||||
{"hla", true, OPTION_CHANNEL, "", false, "", 0 },
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue