MP Lobby: removed "illegal map" error (see #3095)
There's still the "Error while loading the map:" error emitted by the minimap widget, but this at least curbs the duplicates.
This commit is contained in:
parent
70bb133486
commit
6ae51949d8
1 changed files with 0 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue