mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- err, removed a debug message from Runes module. couldn't hit cancel fast enough...
This commit is contained in:
@ -162,7 +162,6 @@ end
|
||||
|
||||
-- simply shows/hides the foreground rune when it becomes usable/unusable. this allows the background transparent rune to show only
|
||||
function Runes.prototype:UpdateRunePower(rune, usable)
|
||||
DEFAULT_CHAT_FRAME:AddMessage("Runes.prototype:UpdateRunePower: rune="..rune.." usable="..(usable and "yes" or "no"));
|
||||
if not rune or not self.frame.graphical or #self.frame.graphical <= rune then
|
||||
return
|
||||
end
|
||||
|
Reference in New Issue
Block a user