mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Tweaked debug messages
This commit is contained in:
@ -256,7 +256,7 @@ end
|
|||||||
function IceCastBar.prototype:MyOnUpdate()
|
function IceCastBar.prototype:MyOnUpdate()
|
||||||
-- safety catch
|
-- safety catch
|
||||||
if (self.action == IceCastBar.Actions.None) then
|
if (self.action == IceCastBar.Actions.None) then
|
||||||
IceHUD:Debug("Stopping action ", self.action)
|
--IceHUD:Debug("Stopping action ", self.action)
|
||||||
self:StopBar()
|
self:StopBar()
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
@ -414,7 +414,7 @@ end
|
|||||||
|
|
||||||
function IceCastBar.prototype:SpellCastSent(event, unit, spell, rank, target)
|
function IceCastBar.prototype:SpellCastSent(event, unit, spell, rank, target)
|
||||||
if (unit ~= self.unit) then return end
|
if (unit ~= self.unit) then return end
|
||||||
--IceHUD:Debug("SpellCastSent", unit, spell, rank, target)
|
IceHUD:Debug("SpellCastSent", unit, spell, rank, target)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user