Skip to content

Commit

Permalink
EI: Fix Lua syntax error from 3783693
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
ln-zookeeper committed Mar 22, 2018
1 parent ef8fc9d commit 48514bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/campaigns/Eastern_Invasion/lua/bandits.lua
Expand Up @@ -75,7 +75,7 @@ function wml_actions.bandit_village_capture(cfg)

for i=1,#bandit_villages do
if bandit_villages[i].x == x and bandit_villages[i].y == y then
vars[string.format("bandit_villages[%d]"] = i - 1
vars[string.format("bandit_villages[%d]")] = i - 1

local visited = vars.villages_visited
vars.villages_visited = visited + 1
Expand Down

0 comments on commit 48514bf

Please sign in to comment.