Use a new life time API

fix-osga-rotate-wildly
Andrei Kortunov 10 months ago
parent ddd0945645
commit 2a4f12b96e

@ -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…
Cancel
Save