- removed ClickCastFrame unregistration to avoid problems with people who have the older version of clique (basically everyone)

This commit is contained in:
Parnic
2010-10-17 05:46:54 +00:00
parent f63c263669
commit 3af07ee30d
6 changed files with 12 additions and 12 deletions

View File

@ -308,8 +308,8 @@ function FocusHealth.prototype:EnableClickTargeting(bEnable)
self.frame.button:RegisterForClicks()
-- set up click casting
ClickCastFrames = ClickCastFrames or {}
ClickCastFrames[self.frame.button] = false
--ClickCastFrames = ClickCastFrames or {}
--ClickCastFrames[self.frame.button] = false
end
end