From cc1ab5b8b50d45a97e751fb450884817016f2cb5 Mon Sep 17 00:00:00 2001 From: Anders Gidenstam Date: Wed, 2 Nov 2011 12:00:03 +0100 Subject: [PATCH] src/Main/options.cxx: It is rather common to have two --multiplay arguments. --- src/Main/options.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/options.cxx b/src/Main/options.cxx index b6f4598eb..bcb5ccdad 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -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 -- 2.39.5