mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -05:00
Enabled useful debug print
Converted to use IceHUD:Debug() so that we can turn it on and off.
This commit is contained in:
@ -301,7 +301,7 @@ function Runes.prototype:ShineFinished(rune)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function Runes.prototype:UpdateRuneType(event, rune)
|
function Runes.prototype:UpdateRuneType(event, rune)
|
||||||
-- DEFAULT_CHAT_FRAME:AddMessage("Runes.prototype:UpdateRuneType: rune="..rune.." GetRuneType(rune)="..GetRuneType(rune));
|
IceHUD:Debug("Runes.prototype:UpdateRuneType: rune="..rune.." GetRuneType(rune)="..GetRuneType(rune));
|
||||||
|
|
||||||
if not rune or tonumber(rune) ~= rune or rune < 1 or rune > self.numRunes then
|
if not rune or tonumber(rune) ~= rune or rune < 1 or rune > self.numRunes then
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user