mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-24 13:43:43 +00:00
Merge branch 'fix_settings_reloadlua' into 'master'
Clear storage of setting groups on reloadlua See merge request OpenMW/openmw!2497
This commit is contained in:
commit
523fabe1e8
@ -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…
x
Reference in New Issue
Block a user