diff --git a/source/glest_game/menu/menu_state_custom_game.cpp b/source/glest_game/menu/menu_state_custom_game.cpp index bdbb7c49a..83d5ef7cb 100644 --- a/source/glest_game/menu/menu_state_custom_game.cpp +++ b/source/glest_game/menu/menu_state_custom_game.cpp @@ -251,6 +251,7 @@ void MenuStateCustomGame::mouseClick(int x, int y, MouseButton mouseButton){ loadMapInfo(Map::getMapPath(mapFiles[listBoxMap.getSelectedItemIndex()]), &mapInfo); labelMapInfo.setText(mapInfo.desc); updateControlers(); + updateNetworkSlots(); if(hasNetworkGameSettings() == true) {