Filename | |
---|---|
KeyBindSwapper.lua |
diff --git a/KeyBindSwapper.lua b/KeyBindSwapper.lua index cfb6da6..4526089 100644 --- a/KeyBindSwapper.lua +++ b/KeyBindSwapper.lua @@ -148,7 +148,7 @@ end function saveBinds(profile) if profile then getKeyBinds(profile) - elseif KBS.Account.SingleTarget = true then + elseif KBS.Account.SingleTarget == true then getKeyBinds(KBS.Account.BindingTarget) else getKeyBinds(KBS.Character.BindingTarget)