mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- attempt to fix button mashing while casting channeled spells causing the cast bar to get cut off when it wasn't supposed to. needs user testing before going live
This commit is contained in:
@ -421,6 +421,11 @@ function IceCastBar.prototype:SpellCastFailed(unit, spell, rank)
|
||||
return
|
||||
end
|
||||
|
||||
-- channeled spells will call ChannelStop, not cast failed
|
||||
if self.action == IceCastBar.Actions.Channel then
|
||||
return
|
||||
end
|
||||
|
||||
self.current = nil
|
||||
|
||||
-- determine if we want to show failed casts
|
||||
|
Reference in New Issue
Block a user