mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-06 16:36:43 +00:00
Fix Lua settings UI not working after a save (#7005)
This commit is contained in:
parent
6960fc9304
commit
589d7e821d
1 changed files with 1 additions and 2 deletions
|
@ -136,7 +136,6 @@ 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,
|
||||||
|
|
Loading…
Reference in a new issue