Filename | |
---|---|
KeyBindSwapper.lua |
diff --git a/KeyBindSwapper.lua b/KeyBindSwapper.lua index 8c8d908..eca2b78 100644 --- a/KeyBindSwapper.lua +++ b/KeyBindSwapper.lua @@ -147,7 +147,7 @@ end ]] function saveBinds(profile) if profile then - getKeyBinds(profile) + getKeyBinds(KBS.Global.KeyTables[profile]) elseif KBS.Account.SingleTarget == true then getKeyBinds(KBS.Account.BindingTarget) else