diff SkeletonKey/Events.lua @ 57:9eebce04e69b

- Prevent bind settings from being updated in combat. - Close the UI during combat. - Resolve conflicting keybinds and inform the user of any results. - Resolve conflicts for talents, but only when they are active.
author Nenue
date Mon, 22 Aug 2016 09:24:02 -0400
parents daff39af0c6d
children 04c23ceaf9e0
line wrap: on
line diff
--- a/SkeletonKey/Events.lua	Sun Aug 21 07:19:01 2016 -0400
+++ b/SkeletonKey/Events.lua	Mon Aug 22 09:24:02 2016 -0400
@@ -25,7 +25,7 @@
 end
 
 kb.PLAYER_REGEN_DISABLED = function()
-  kb.ui()
+  kb:Hide()
 end
 
 kb.UNIT_PORTRAIT_UPDATE = function()