mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-29 08:15:35 +00:00
Clear storage of setting groups on reloadlua
This commit is contained in:
parent
084396f29e
commit
1789160057
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ local argumentSectionPostfix = 'Arguments'
|
||||||
|
|
||||||
local contextSection = storage.playerSection or storage.globalSection
|
local contextSection = storage.playerSection or storage.globalSection
|
||||||
local groupSection = contextSection(groupSectionKey)
|
local groupSection = contextSection(groupSectionKey)
|
||||||
|
groupSection:reset()
|
||||||
groupSection:removeOnExit()
|
groupSection:removeOnExit()
|
||||||
|
|
||||||
local function validateSettingOptions(options)
|
local function validateSettingOptions(options)
|
||||||
|
|
Loading…
Reference in a new issue