Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
werdbrian committed Mar 4, 2016
1 parent a0af504 commit cd97469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Leblanc/Leblanc/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ from vMinion in minionsQ
{
var canCastUlt = R.IsReady();
var minions = MinionManager.GetMinions(
ObjectManager.Player.ServerPosition, W.Range+200, MinionTypes.All, MinionTeam.NotAlly.Select(m => m.ServerPosition.To2D()).ToList());
ObjectManager.Player.ServerPosition, W.Range+200, MinionTypes.All, MinionTeam.NotAlly).Select(m => m.ServerPosition.To2D()).ToList();
var minionPrediction = MinionManager.GetBestCircularFarmLocation(minions, 200, W.Range+200);
var castPosition = minionPrediction.Position.To3D();
var notEnoughHits = minionPrediction.MinionsHit < 4;
Expand Down

0 comments on commit cd97469

Please sign in to comment.