Skip to content

Commit

Permalink
Health prediction OnStopCast change
Browse files Browse the repository at this point in the history
  • Loading branch information
Esk0r committed Oct 8, 2015
1 parent 5f222e4 commit 57f1004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HealthPrediction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ private static void Game_OnGameUpdate(EventArgs args)

private static void SpellbookOnStopCast(Spellbook spellbook, SpellbookStopCastEventArgs args)
{
if (spellbook.Owner.IsValid && args.DestroyMissile && args.StopAnimation)
if (spellbook.Owner.IsValid && args.StopAnimation)
{
if (ActiveAttacks.ContainsKey(spellbook.Owner.NetworkId))
{
Expand Down

0 comments on commit 57f1004

Please sign in to comment.