Skip to content

Commit

Permalink
don't change side controllers when reassigning sides.
Browse files Browse the repository at this point in the history
the bug which was fixed by this code (https://gna.org/bugs/?13038)
shouldn't happen anymore becasue droiding sides now only changes the
proxy controller.
  • Loading branch information
gfgtdf committed Dec 29, 2015
1 parent 0367662 commit 26bdf74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/game.cpp
Expand Up @@ -572,7 +572,6 @@ void game::change_controller(const size_t side_index,
if (started_) {
send_and_record_server_message(player_name + " takes control of side " + side + ".");
}
side_controllers_[side_index] = "human";
}

simple_wml::document response;
Expand Down

0 comments on commit 26bdf74

Please sign in to comment.