Skip to content

Commit

Permalink
improve a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Dec 3, 2016
1 parent 7c1e885 commit 57f5ffe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/game_initialization/mp_game_utils.cpp
Expand Up @@ -40,8 +40,7 @@ static lg::log_domain log_network("network");

namespace mp {

// To remove radundant informaion in the clientside internal programmflow
// I want to remove these values from mp_settings so i need to readd them here
// This is for the wesnothd server, it expects a more detailed summary in [multiplayer]
static void add_multiplayer_classification(config& multiplayer, saved_game& state)
{
multiplayer["mp_scenario"] = state.get_scenario_id();
Expand Down

0 comments on commit 57f5ffe

Please sign in to comment.