1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 15:29:55 +00:00

Clear storage of setting groups on reloadlua

This commit is contained in:
uramer 2022-11-06 19:36:58 +01:00
parent 084396f29e
commit 1789160057

View file

@ -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)