Skip to content

Commit

Permalink
LoW S09 Lua cleanup: fix a line that was missed in 3783693 (#2835)
Browse files Browse the repository at this point in the history
3783693 was a general rename of
'V' to 'vars', and this line was missed. It caused an error at the
start of S09.

[ci skip]
  • Loading branch information
stevecotton authored and Vultraz committed Apr 7, 2018
1 parent 83c0fc5 commit 2b406a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/campaigns/Legend_of_Wesmere/lua/wml_tags.lua
Expand Up @@ -94,7 +94,7 @@ function wesnoth.wml_actions.persistent_carryover_store(cfg)
end

function wesnoth.wml_actions.persistent_carryover_unstore(cfg)
if V.side_number then
if vars.side_number then
-- Only do this if we begin from this chapter.
return
end
Expand Down

0 comments on commit 2b406a3

Please sign in to comment.