diff --git a/mk/macos/glest.ini b/mk/macos/glest.ini index ba77f08f6..1db432160 100644 --- a/mk/macos/glest.ini +++ b/mk/macos/glest.ini @@ -59,7 +59,6 @@ FontMenuNormalPrefix=-*-arial-*-r-*-*- FontMenuVeryBigBaseSize=25 FontSizeAdjustment=0 FONT_HEIGHT_TEXT=yW -InternetGamesBlockScenario=lobby_access Lang=english MaxLights=3 Masterserver=http://zetaglest.dreamhosters.com/ diff --git a/source/glest_game/main/battle_end.cpp b/source/glest_game/main/battle_end.cpp index 5772b9bbb..1d4b09ecd 100644 --- a/source/glest_game/main/battle_end.cpp +++ b/source/glest_game/main/battle_end.cpp @@ -92,23 +92,6 @@ namespace Glest SystemFlags::OutputDebug (SystemFlags::debugSystem, "In [%s::%s %d]\n", __FILE__, __FUNCTION__, __LINE__); - if (stats->getVictory (stats->getThisFactionIndex ()) == true) - { - if (Config:: - getInstance ().getString ("InternetGamesBlockScenario", "") != "" - && Config::getInstance ().getBool ("InternetGamesAllowed", - "false") == false) - { - if (Config:: - getInstance ().getString ("InternetGamesBlockScenario") == - gameSettings->getScenario ()) - { - Config::getInstance ().setBool ("InternetGamesAllowed", true); - Config::getInstance ().save (); - } - } - } - initBackgroundVideo (); initBackgroundMusic ();