Skip to content

Commit

Permalink
Add 'is_local' to recognized key list
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Feb 23, 2016
1 parent 168fce1 commit cca804e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/team.cpp
Expand Up @@ -65,7 +65,7 @@ const boost::container::flat_set<std::string> team::attributes = boost::assign::
("recall_cost")("recruit")("save_id")("scroll_to_leader")
("share_vision")("share_maps")("share_view")("shroud")("shroud_data")("start_gold")
("suppress_end_turn_confirmation")
("team_name")("user_team_name")("village_gold")("village_support")
("team_name")("user_team_name")("village_gold")("village_support")("is_local")
// Multiplayer attributes.
("action_bonus_count")("allow_changes")("allow_player")("color_lock")
("countdown_time")("disallow_observers")("faction")
Expand Down

0 comments on commit cca804e

Please sign in to comment.