1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-25 16:43:33 +00:00

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

This commit is contained in:
Petr Mikheev 2022-11-03 22:13:39 +01:00
parent 6960fc9304
commit 589d7e821d

View File

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