Fix AI sides not keeping their side id for mp scenarios.

This commit is contained in:
Jörg Hinrichs 2010-02-08 20:23:50 +00:00
parent 0e7b3d04bf
commit 15da9cf680

View file

@ -651,7 +651,6 @@ config connect::side::get_config() const
res["save_id"] = "ai" + res["side"].str();
}
{
res["id"] = res["save_id"];
utils::string_map symbols;
if (allow_player_) {
const config &ai_cfg = ai::configuration::get_ai_config_for(ai_algorithm_);