Connect Engine: pass specified color id to network side config
This commit is contained in:
parent
262188c82e
commit
ec9397e30a
1 changed files with 1 additions and 1 deletions
|
@ -1160,7 +1160,7 @@ config side_engine::new_config() const
|
|||
res["user_team_name"] = parent_.user_team_names_[team_];
|
||||
}
|
||||
res["allow_player"] = allow_player_;
|
||||
res["color"] = get_color(color_);
|
||||
res["color"] = color_id_;
|
||||
res["gold"] = gold_;
|
||||
res["income"] = income_;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue