Skip to content

Commit

Permalink
MP Lobby: allow filtering by active mod names (fixes #2195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Nov 14, 2017
1 parent 3202558 commit fcb6285
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/game_initialization/lobby_data.cpp
Expand Up @@ -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"]);
}
Expand Down

0 comments on commit fcb6285

Please sign in to comment.