Skip to content

Commit

Permalink
Merge pull request LeagueSharp#445 from ShineSharp/master
Browse files Browse the repository at this point in the history
Update Orbwalking.cs
  • Loading branch information
legacy3 committed Mar 15, 2016
2 parents 4fbf266 + f6341d1 commit 8370c72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Orbwalking.cs
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,9 @@ public static bool CanAttack()
}
}

if (Player.IsCastingInterruptableSpell())
return false;

return Utils.GameTimeTickCount + Game.Ping / 2 + 25 >= LastAATick + Player.AttackDelay * 1000;
}

Expand Down

0 comments on commit 8370c72

Please sign in to comment.