Connect Engine: pass specified color id to network side config

This commit is contained in:
Charles Dang 2016-10-12 13:23:39 +11:00
parent 262188c82e
commit ec9397e30a

View file

@ -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_;
}