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]

(cherry-picked from commit 2b406a37ec)
This commit is contained in:
stevecotton 2018-04-07 02:37:12 +02:00 committed by Charles Dang
parent f806b194ae
commit e39a71fd22

View file

@ -94,7 +94,7 @@ function wesnoth.wml_actions.persistent_carryover_store(cfg)
end end
function wesnoth.wml_actions.persistent_carryover_unstore(cfg) 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. -- Only do this if we begin from this chapter.
return return
end end