This commit is contained in:
kepler155c@gmail.com 2019-11-09 22:33:16 -07:00
parent 4a6af34d7c
commit 8a5d30a441
1 changed files with 1 additions and 2 deletions

View File

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