mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-02 01:06:40 +00:00
Use a new life time API
This commit is contained in:
parent
ddd0945645
commit
2a4f12b96e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
local storage = require('openmw.storage')
|
||||
|
||||
local common = require('scripts.omw.settings.common')
|
||||
common.getSection(true, common.groupSectionKey):removeOnExit()
|
||||
common.getSection(true, common.groupSectionKey):setLifeTime(storage.LIFE_TIME.Temporary)
|
||||
|
||||
return {
|
||||
interfaceName = 'Settings',
|
||||
|
|
Loading…
Reference in a new issue