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 authored and GregoryLundberg committed Nov 30, 2017
1 parent c5659f1 commit d8cc2ec
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 d8cc2ec

Please sign in to comment.