mirror of
https://github.com/OpenMW/openmw.git
synced 2025-07-02 07:11:36 +00:00
Merge branch 'fix_settings_reloadlua' into 'master'
Clear storage of setting groups on reloadlua See merge request OpenMW/openmw!2497 (cherry picked from commit523fabe1e8
)17891600
Clear storage of setting groups on reloadlua
This commit is contained in:
parent
30b1b2f911
commit
be89953368
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ local argumentSectionPostfix = 'Arguments'
|
|||
|
||||
local contextSection = storage.playerSection or storage.globalSection
|
||||
local groupSection = contextSection(groupSectionKey)
|
||||
groupSection:reset()
|
||||
groupSection:removeOnExit()
|
||||
|
||||
local function validateSettingOptions(options)
|
||||
|
|
Loading…
Reference in a new issue