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 commit2b406a37ec
)
This commit is contained in:
parent
f806b194ae
commit
e39a71fd22
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue