Remove online menu again

This commit is contained in:
Benau
2018-04-20 10:31:50 +08:00
parent 78bd331cae
commit c926d37bb9

View File

@@ -709,7 +709,7 @@ int handleCmdLinePreliminary()
UserConfigParams::m_verbosity |= UserConfigParams::LOG_MISC;
if(CommandLine::has("--debug=all") )
UserConfigParams::m_verbosity |= UserConfigParams::LOG_ALL;
//if(CommandLine::has("--online"))
if(CommandLine::has("--online"))
MainMenuScreen::m_enable_online=true;
#if !(defined(SERVER_ONLY) || defined(ANDROID))
if(CommandLine::has("--apitrace"))