Fix AI sides not keeping their side id for mp scenarios.
This commit is contained in:
parent
0e7b3d04bf
commit
15da9cf680
1 changed files with 0 additions and 1 deletions
|
@ -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_);
|
||||
|
|
Loading…
Add table
Reference in a new issue