Changing story chunks in Lua API should require regeneration

This commit is contained in:
Gnome Ann 2021-12-12 01:43:40 -05:00
parent 3b87c58de9
commit 2a752c073e
1 changed files with 1 additions and 0 deletions

View File

@ -605,6 +605,7 @@ return function(_python, _bridged)
return
end
bridged.set_chunk(_k, v)
maybe_require_regeneration()
return t
end
end