MP Lobby: allow filtering by active mod names (fixes #2195)

This commit is contained in:
Charles Dang 2017-11-15 10:58:36 +11:00
parent 320255868d
commit fcb62858f3

View file

@ -304,6 +304,8 @@ game_info::game_info(const config& game, const config& game_config, const std::v
}
}
info_stream << mod_info;
if(map_data.empty()) {
map_data = filesystem::read_map(game["mp_scenario"]);
}