MP Lobby: allow filtering by active mod names (fixes #2195)
This commit is contained in:
parent
320255868d
commit
fcb62858f3
1 changed files with 2 additions and 0 deletions
|
@ -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"]);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue