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:
@ -731,8 +731,8 @@ function IceTargetHealth.prototype:EnableClickTargeting(bEnable)
|
||||
self.frame.button:RegisterForClicks()
|
||||
|
||||
-- click casting support
|
||||
ClickCastFrames = ClickCastFrames or {}
|
||||
ClickCastFrames[self.frame.button] = false
|
||||
--ClickCastFrames = ClickCastFrames or {}
|
||||
--ClickCastFrames[self.frame.button] = false
|
||||
|
||||
self.frame.button:SetParent()
|
||||
self.frame.button = nil
|
||||
|
Reference in New Issue
Block a user