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:
parent
83c0fc5073
commit
2b406a37ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue