LoW S09 Lua cleanup: fix a line that was missed in 3783693cb (#2835)

3783693cbe was a general rename of
'V' to 'vars', and this line was missed. It caused an error at the
start of S09.

[ci skip]
This commit is contained in:
stevecotton 2018-04-07 02:37:12 +02:00 committed by Charles Dang
parent 83c0fc5073
commit 2b406a37ec

View file

@ -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