Skip to content

Commit

Permalink
[world conquest] update deprecated share_view (#6536)
Browse files Browse the repository at this point in the history
'share_view = true' => 'share_vision = "all"'
  • Loading branch information
knyghtmare committed Feb 19, 2022
1 parent ee0d695 commit 35aa0d1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ local function add_player_side(scenario, scenario_num, gold)
user_team_name = _ "Allies",
fog = true,
village_gold = 2,
share_view = true,
share_vision = "all",
terrain_liked = "",
}
if scenario_num == 1 then
Expand Down

0 comments on commit 35aa0d1

Please sign in to comment.