mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40: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:
@ -813,8 +813,8 @@ function IceTargetInfo.prototype:CreateFrame(redraw)
|
||||
self.frame:SetAttribute("type2")
|
||||
|
||||
-- set up click casting
|
||||
ClickCastFrames = ClickCastFrames or {}
|
||||
ClickCastFrames[self.frame] = false
|
||||
--ClickCastFrames = ClickCastFrames or {}
|
||||
--ClickCastFrames[self.frame] = false
|
||||
end
|
||||
|
||||
self.frame.unit = self.unit
|
||||
|
Reference in New Issue
Block a user