Skip to content

Commit

Permalink
MP Lobby: removed "illegal map" error (see #3095)
Browse files Browse the repository at this point in the history
There's still the "Error while loading the map:" error emitted by the minimap
widget, but this at least curbs the duplicates.

(cherry-picked from commit f34db1b)
  • Loading branch information
Vultraz committed Oct 7, 2018
1 parent 9e8f245 commit cd566ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game_initialization/lobby_data.cpp
Expand Up @@ -315,7 +315,6 @@ game_info::game_info(const config& game, const config& game_config, const std::v
map_size_info = msi.str();
info_stream << spaced_em_dash() << map_size_info;
} catch(incorrect_map_format_error& e) {
ERR_CF << "illegal map: " << e.message << std::endl;
verified = false;
} catch(wml_exception& e) {
ERR_CF << "map could not be loaded: " << e.dev_message << '\n';
Expand Down

0 comments on commit cd566ec

Please sign in to comment.