1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00

Merge branch 'fix_7005' into 'master'

Fix Lua settings UI not working after a save (#7005)

See merge request OpenMW/openmw!2495
This commit is contained in:
psi29a 2022-11-04 09:14:48 +00:00
commit 084396f29e

View File

@ -136,7 +136,6 @@ return {
saved[groupKey] = contextSection(groupKey):asTable()
end
end
groupSection:reset()
return saved
end,
registerGroup = registerGroup,