Develop 1.8 #20

Merged
Kan18 merged 242 commits from develop-1.8 into master-1.8 2019-11-10 20:52:08 -05:00
Showing only changes of commit 8a5d30a441 - Show all commits

View File

@@ -32,10 +32,9 @@ function Alt.get(key)
end end
function Alt.set(key, value) function Alt.set(key, value)
local config = getConfig()
Alt.addChoice(key, value) Alt.addChoice(key, value)
local config = getConfig()
config.default[key] = value config.default[key] = value
Config.update('alternate', config) Config.update('alternate', config)
end end