diff --git a/src/states_screens/main_menu_screen.cpp b/src/states_screens/main_menu_screen.cpp index 0bc4f0e9b..0d9198b64 100644 --- a/src/states_screens/main_menu_screen.cpp +++ b/src/states_screens/main_menu_screen.cpp @@ -490,10 +490,12 @@ void MainMenuScreen::eventCallback(Widget* widget, const std::string& name, "\"Connect to the Internet\".")); return; } - if (PlayerManager::getCurrentOnlineId()) + if(1) +// if (PlayerManager::getCurrentOnlineId()) { // For 0.8.2 disable the server menu, instead go to online profile - #ifdef ENABLE_NETWORK_MULTIPLAYER_SCREEN +#define ENABLE_NETWORK_MULTIPLAYER_SCREEN +#ifdef ENABLE_NETWORK_MULTIPLAYER_SCREEN OnlineScreen::getInstance()->push(); #else ProfileManager::get()->setVisiting(PlayerManager::getCurrentOnlineId());