Fix plain --lobby not working

directional-lights
Lukas Werling 2016-10-06 17:56:05 +02:00
parent 2505dc77f1
commit eff406a181
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ void C4Application::ParseCommandLine(int argc, char * argv[])
{"network", no_argument, 0, 'n'},
{"record", no_argument, 0, 'r'},
{"lobby", required_argument, 0, 'l'},
{"lobby", optional_argument, 0, 'l'},
{"debug-opengl", no_argument, &Config.Graphics.DebugOpenGL, 1},
{0, 0, 0, 0}