From 0f8b7ccd622889e7dd98714eaffb758d3aebdc75 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Fri, 15 Oct 2010 10:46:17 +0100 Subject: [PATCH] Fix a critical bug, thanks for the reports --- Utils.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Utils.lua b/Utils.lua index 2038cce..033b44e 100644 --- a/Utils.lua +++ b/Utils.lua @@ -254,10 +254,6 @@ end -- This function examines the current state of the game function addon:ShouldSetBinding(binding, global) - if type(binding) ~= table or not binding.key or not binding.sets then - return false - end - local apply = false -- Check for global bindings first in isolation -- 1.7.9.5