mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- removed ClickCastFrame unregistration to avoid problems with people who have the older version of clique (basically everyone)
This commit is contained in:
@ -225,8 +225,8 @@ function PetHealth.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
|
||||
|
||||
|
Reference in New Issue
Block a user